From 3a2cad566144873fadf5481dc348e43b5b0c0864 Mon Sep 17 00:00:00 2001 From: tuyp Date: Mon, 14 Apr 2025 14:07:21 +0800 Subject: [PATCH] start... --- .classpath | 22 ++++++++++++++++++++++ .idea/encodings.xml | 6 ++++++ .idea/inspectionProfiles/Project_Default.xml | 36 ++++++++++++++++++++++++++++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/uiDesigner.xml | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .idea/workspace.xml | 283 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .project | 17 +++++++++++++++++ .settings/org.eclipse.core.resources.prefs | 7 +++++++ .settings/org.eclipse.jdt.core.prefs | 11 +++++++++++ bin/com/webank/h5face/GetH5FaceId.class | Bin 0 -> 3143 bytes bin/com/webank/h5face/Live02.class | Bin 0 -> 3697 bytes bin/com/webank/h5face/WebLogin2.class | Bin 0 -> 3910 bytes bin/com/webank/h5ocr/H5OcrLogin02.class | Bin 0 -> 3659 bytes bin/com/webank/h5result/GetLiveResult.class | Bin 0 -> 2918 bytes bin/com/webank/h5result/H5FaceResults.class | Bin 0 -> 2863 bytes bin/com/webank/h5result/OcrResults.class | Bin 0 -> 4824 bytes bin/com/webank/one/GetNONCETicket.class | Bin 0 -> 2203 bytes bin/com/webank/one/GetSIGNTicketTest.class | Bin 0 -> 1773 bytes bin/com/webank/one/access_token.class | Bin 0 -> 1622 bytes bin/com/webank/pass/BankCardOcrApp.class | Bin 0 -> 3250 bytes bin/com/webank/pass/PaasIdcardOcrApp.class | Bin 0 -> 3253 bytes bin/com/webank/pass/PassEasyCompare.class | Bin 0 -> 3459 bytes bin/com/webank/pass/PassEasyface.class | Bin 0 -> 3333 bytes bin/com/webank/utils/Base64Util.class | Bin 0 -> 2400 bytes bin/com/webank/utils/HttpClientUtil$1.class | Bin 0 -> 1061 bytes bin/com/webank/utils/HttpClientUtil$2.class | Bin 0 -> 1349 bytes bin/com/webank/utils/HttpClientUtil.class | Bin 0 -> 6402 bytes bin/com/webank/utils/ImageUtils.class | Bin 0 -> 2148 bytes bin/com/webank/utils/Img2Base64Util.class | Bin 0 -> 1759 bytes bin/com/webank/utils/InvertCodeGeneratorUitls.class | Bin 0 -> 1655 bytes bin/com/webank/utils/JsonUtil.class | Bin 0 -> 1180 bytes bin/com/webank/utils/MyX509TrustManager.class | Bin 0 -> 887 bytes bin/com/webank/utils/QianMingUitls.class | Bin 0 -> 801 bytes bin/com/webank/utils/SSLClientUtil$1.class | Bin 0 -> 1086 bytes bin/com/webank/utils/SSLClientUtil.class | Bin 0 -> 1854 bytes bin/com/webank/utils/SetEvidence.class | Bin 0 -> 292 bytes bin/com/webank/utils/Sha1Uitls.class | Bin 0 -> 2134 bytes bin/com/webank/utils/Test64Bit.class | Bin 0 -> 2109 bytes bin/com/webank/utils/ValidateDictionaryUtils.class | Bin 0 -> 1333 bytes bin/com/webank/utils/ValidateSignUtils.class | Bin 0 -> 1441 bytes bin/com/webank/utils/ValidateSignUtils2.class | Bin 0 -> 1435 bytes bin/com/webank/utils/getUtils.class | Bin 0 -> 2622 bytes bin/com/webank/utils/ggg.class | Bin 0 -> 1346 bytes demo.iml | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/MumbleJMeter-plugins-1.0-SNAPSHOT.jar | Bin 0 -> 18829 bytes lib/commons-beanutils-1.7.0.jar | Bin 0 -> 188671 bytes lib/commons-codec-1.4.jar | Bin 0 -> 58160 bytes lib/commons-collections-3.1.jar | Bin 0 -> 559366 bytes lib/commons-httpclient-3.1.jar | Bin 0 -> 305001 bytes lib/commons-lang-2.5.jar | Bin 0 -> 279193 bytes lib/commons-logging-1.1.1.jar | Bin 0 -> 60686 bytes lib/ezmorph-1.0.3.jar | Bin 0 -> 77826 bytes lib/google-collections-1.0.jar | Bin 0 -> 639592 bytes lib/gson-2.8.0.jar | Bin 0 -> 231952 bytes lib/guava-18.0.jar | Bin 0 -> 2256213 bytes lib/guava-gwt-18.0.jar | Bin 0 -> 858515 bytes lib/httpclient-4.3.1.jar | Bin 0 -> 585602 bytes lib/httpcore-4.4.4.jar | Bin 0 -> 326724 bytes lib/jmagick-6.6.9-javadoc.jar | Bin 0 -> 284637 bytes lib/json-lib-2.4-jdk15.jar | Bin 0 -> 159123 bytes src/com/tengxunyun/h5face/GetH5FaceId.java | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/h5face/Live02.java | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/h5face/WebLogin2.java | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/h5ocr/H5OcrLogin02.java | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/h5result/GetLiveResult.java | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/h5result/H5FaceResults.java | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/h5result/OcrResults.java | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/one/GetNONCETicket.java | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/one/GetSIGNTicketTest.java | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/one/access_token.java | 39 +++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/pass/BankCardOcrApp.java | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/pass/PaasIdcardOcrApp.java | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/pass/PassEasyCompare.java | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/pass/PassEasyface.java | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/Base64Util.java | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/HttpClientUtil.java | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/ImageUtils.java | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/Img2Base64Util.java | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/InvertCodeGeneratorUitls.java | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/JsonUtil.java | 46 ++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/MyX509TrustManager.java | 23 +++++++++++++++++++++++ src/com/tengxunyun/utils/QianMingUitls.java | 14 ++++++++++++++ src/com/tengxunyun/utils/SSLClientUtil.java | 45 +++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/SetEvidence.java | 8 ++++++++ src/com/tengxunyun/utils/Sha1Uitls.java | 41 +++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/Test64Bit.java | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/ValidateDictionaryUtils.java | 22 ++++++++++++++++++++++ src/com/tengxunyun/utils/ValidateSignUtils.java | 33 +++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/ValidateSignUtils2.java | 33 +++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/getUtils.java | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/com/tengxunyun/utils/ggg.java | 40 ++++++++++++++++++++++++++++++++++++++++ src/接入必看.txt | 5 +++++ 93 files changed, 2696 insertions(+) create mode 100644 .classpath create mode 100644 .idea/encodings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/uiDesigner.xml create mode 100644 .idea/workspace.xml create mode 100644 .project create mode 100644 .settings/org.eclipse.core.resources.prefs create mode 100644 .settings/org.eclipse.jdt.core.prefs create mode 100644 bin/com/webank/h5face/GetH5FaceId.class create mode 100644 bin/com/webank/h5face/Live02.class create mode 100644 bin/com/webank/h5face/WebLogin2.class create mode 100644 bin/com/webank/h5ocr/H5OcrLogin02.class create mode 100644 bin/com/webank/h5result/GetLiveResult.class create mode 100644 bin/com/webank/h5result/H5FaceResults.class create mode 100644 bin/com/webank/h5result/OcrResults.class create mode 100644 bin/com/webank/one/GetNONCETicket.class create mode 100644 bin/com/webank/one/GetSIGNTicketTest.class create mode 100644 bin/com/webank/one/access_token.class create mode 100644 bin/com/webank/pass/BankCardOcrApp.class create mode 100644 bin/com/webank/pass/PaasIdcardOcrApp.class create mode 100644 bin/com/webank/pass/PassEasyCompare.class create mode 100644 bin/com/webank/pass/PassEasyface.class create mode 100644 bin/com/webank/utils/Base64Util.class create mode 100644 bin/com/webank/utils/HttpClientUtil$1.class create mode 100644 bin/com/webank/utils/HttpClientUtil$2.class create mode 100644 bin/com/webank/utils/HttpClientUtil.class create mode 100644 bin/com/webank/utils/ImageUtils.class create mode 100644 bin/com/webank/utils/Img2Base64Util.class create mode 100644 bin/com/webank/utils/InvertCodeGeneratorUitls.class create mode 100644 bin/com/webank/utils/JsonUtil.class create mode 100644 bin/com/webank/utils/MyX509TrustManager.class create mode 100644 bin/com/webank/utils/QianMingUitls.class create mode 100644 bin/com/webank/utils/SSLClientUtil$1.class create mode 100644 bin/com/webank/utils/SSLClientUtil.class create mode 100644 bin/com/webank/utils/SetEvidence.class create mode 100644 bin/com/webank/utils/Sha1Uitls.class create mode 100644 bin/com/webank/utils/Test64Bit.class create mode 100644 bin/com/webank/utils/ValidateDictionaryUtils.class create mode 100644 bin/com/webank/utils/ValidateSignUtils.class create mode 100644 bin/com/webank/utils/ValidateSignUtils2.class create mode 100644 bin/com/webank/utils/getUtils.class create mode 100644 bin/com/webank/utils/ggg.class create mode 100644 demo.iml create mode 100644 lib/MumbleJMeter-plugins-1.0-SNAPSHOT.jar create mode 100644 lib/commons-beanutils-1.7.0.jar create mode 100644 lib/commons-codec-1.4.jar create mode 100644 lib/commons-collections-3.1.jar create mode 100644 lib/commons-httpclient-3.1.jar create mode 100644 lib/commons-lang-2.5.jar create mode 100644 lib/commons-logging-1.1.1.jar create mode 100644 lib/ezmorph-1.0.3.jar create mode 100644 lib/google-collections-1.0.jar create mode 100644 lib/gson-2.8.0.jar create mode 100644 lib/guava-18.0.jar create mode 100644 lib/guava-gwt-18.0.jar create mode 100644 lib/httpclient-4.3.1.jar create mode 100644 lib/httpcore-4.4.4.jar create mode 100644 lib/jmagick-6.6.9-javadoc.jar create mode 100644 lib/json-lib-2.4-jdk15.jar create mode 100644 src/com/tengxunyun/h5face/GetH5FaceId.java create mode 100644 src/com/tengxunyun/h5face/Live02.java create mode 100644 src/com/tengxunyun/h5face/WebLogin2.java create mode 100644 src/com/tengxunyun/h5ocr/H5OcrLogin02.java create mode 100644 src/com/tengxunyun/h5result/GetLiveResult.java create mode 100644 src/com/tengxunyun/h5result/H5FaceResults.java create mode 100644 src/com/tengxunyun/h5result/OcrResults.java create mode 100644 src/com/tengxunyun/one/GetNONCETicket.java create mode 100644 src/com/tengxunyun/one/GetSIGNTicketTest.java create mode 100644 src/com/tengxunyun/one/access_token.java create mode 100644 src/com/tengxunyun/pass/BankCardOcrApp.java create mode 100644 src/com/tengxunyun/pass/PaasIdcardOcrApp.java create mode 100644 src/com/tengxunyun/pass/PassEasyCompare.java create mode 100644 src/com/tengxunyun/pass/PassEasyface.java create mode 100644 src/com/tengxunyun/utils/Base64Util.java create mode 100644 src/com/tengxunyun/utils/HttpClientUtil.java create mode 100644 src/com/tengxunyun/utils/ImageUtils.java create mode 100644 src/com/tengxunyun/utils/Img2Base64Util.java create mode 100644 src/com/tengxunyun/utils/InvertCodeGeneratorUitls.java create mode 100644 src/com/tengxunyun/utils/JsonUtil.java create mode 100644 src/com/tengxunyun/utils/MyX509TrustManager.java create mode 100644 src/com/tengxunyun/utils/QianMingUitls.java create mode 100644 src/com/tengxunyun/utils/SSLClientUtil.java create mode 100644 src/com/tengxunyun/utils/SetEvidence.java create mode 100644 src/com/tengxunyun/utils/Sha1Uitls.java create mode 100644 src/com/tengxunyun/utils/Test64Bit.java create mode 100644 src/com/tengxunyun/utils/ValidateDictionaryUtils.java create mode 100644 src/com/tengxunyun/utils/ValidateSignUtils.java create mode 100644 src/com/tengxunyun/utils/ValidateSignUtils2.java create mode 100644 src/com/tengxunyun/utils/getUtils.java create mode 100644 src/com/tengxunyun/utils/ggg.java create mode 100644 src/接入必看.txt diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fad7815 --- /dev/null +++ b/.classpath @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..52f851c --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..6560a98 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e208459 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0fb9717 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b549e95 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,283 @@ + + + + + + +