@digitalshieldfe/react-native-backup-card-sdk 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +6 -49
- package/android/libs/backupcardsdk.aar +0 -0
- package/android/src/main/AndroidManifest.xml +1 -4
- package/package.json +6 -4
- package/android/consumer-rules.pro +0 -0
- package/android/proguard-rules.pro +0 -21
- package/android/src/main/java/com/ziancube/backupcardsdk/BackupCardSdk.kt +0 -478
- package/android/src/main/java/com/ziancube/backupcardsdk/GPChannelNatives.java +0 -41
- package/android/src/main/java/com/ziancube/backupcardsdk/listener/ApiAsyncListener.java +0 -13
- package/android/src/main/java/com/ziancube/backupcardsdk/nfc/ApiNfc.java +0 -173
- package/android/src/main/java/com/ziancube/backupcardsdk/nfc/ImplNfc.java +0 -39
- package/android/src/main/java/com/ziancube/backupcardsdk/nfc/NfcComm.java +0 -115
- package/android/src/main/java/com/ziancube/backupcardsdk/utils/ApduParam.java +0 -67
- package/android/src/main/java/com/ziancube/backupcardsdk/utils/CommList.java +0 -41
- package/android/src/main/java/com/ziancube/backupcardsdk/utils/Utils.java +0 -109
- package/android/src/main/jni/CMakeLists.txt +0 -60
- package/android/src/main/jni/GPChannel/include/GPChannelSDK.h +0 -306
- package/android/src/main/jni/GPChannel/include/context/BaseContext.h +0 -56
- package/android/src/main/jni/GPChannel/include/device/ApduBuilder.hpp +0 -72
- package/android/src/main/jni/GPChannel/include/utility/Apdu.hpp +0 -166
- package/android/src/main/jni/GPChannel/include/utility/Debug.hpp +0 -59
- package/android/src/main/jni/GPChannel/include/utility/Singleton.h +0 -34
- package/android/src/main/jni/GPChannel/include/utility/mutex.h +0 -24
- package/android/src/main/jni/GPChannel/include/utility/trim.hpp +0 -155
- package/android/src/main/jni/GPChannel/include/utility/util.h +0 -104
- package/android/src/main/jni/GPChannel/include/utility/xFactory.hpp +0 -26
- package/android/src/main/jni/GPChannel/include/utility/xManager.hpp +0 -84
- package/android/src/main/jni/GPChannel/src/arm64-v8a/libJUB_GPC_APDU_SDK.a +0 -0
- package/android/src/main/jni/GPChannel/src/arm64-v8a/libTrezorCrypto.a +0 -0
- package/android/src/main/jni/GPChannel/src/armeabi-v7a/libJUB_GPC_APDU_SDK.a +0 -0
- package/android/src/main/jni/GPChannel/src/armeabi-v7a/libTrezorCrypto.a +0 -0
- package/android/src/main/jni/GPChannel/src/x86/libJUB_GPC_APDU_SDK.a +0 -0
- package/android/src/main/jni/GPChannel/src/x86/libTrezorCrypto.a +0 -0
- package/android/src/main/jni/src/implJni.cpp +0 -313
- package/android/src/main/jni/src/implJni.h +0 -9
- package/android/src/main/jni/utils/jsoncpp/AUTHORS +0 -111
- package/android/src/main/jni/utils/jsoncpp/CMakeLists.txt +0 -159
- package/android/src/main/jni/utils/jsoncpp/LICENSE +0 -55
- package/android/src/main/jni/utils/jsoncpp/README.md +0 -135
- package/android/src/main/jni/utils/jsoncpp/amalgamate.py +0 -155
- package/android/src/main/jni/utils/jsoncpp/appveyor.yml +0 -22
- package/android/src/main/jni/utils/jsoncpp/dev.makefile +0 -35
- package/android/src/main/jni/utils/jsoncpp/devtools/__init__.py +0 -6
- package/android/src/main/jni/utils/jsoncpp/devtools/agent_vmw7.json +0 -33
- package/android/src/main/jni/utils/jsoncpp/devtools/agent_vmxp.json +0 -26
- package/android/src/main/jni/utils/jsoncpp/devtools/antglob.py +0 -205
- package/android/src/main/jni/utils/jsoncpp/devtools/batchbuild.py +0 -278
- package/android/src/main/jni/utils/jsoncpp/devtools/fixeol.py +0 -70
- package/android/src/main/jni/utils/jsoncpp/devtools/licenseupdater.py +0 -94
- package/android/src/main/jni/utils/jsoncpp/devtools/tarball.py +0 -52
- package/android/src/main/jni/utils/jsoncpp/doxybuild.py +0 -189
- package/android/src/main/jni/utils/jsoncpp/include/CMakeLists.txt +0 -2
- package/android/src/main/jni/utils/jsoncpp/include/json/allocator.h +0 -98
- package/android/src/main/jni/utils/jsoncpp/include/json/assertions.h +0 -54
- package/android/src/main/jni/utils/jsoncpp/include/json/autolink.h +0 -25
- package/android/src/main/jni/utils/jsoncpp/include/json/config.h +0 -187
- package/android/src/main/jni/utils/jsoncpp/include/json/features.h +0 -61
- package/android/src/main/jni/utils/jsoncpp/include/json/forwards.h +0 -37
- package/android/src/main/jni/utils/jsoncpp/include/json/json.h +0 -15
- package/android/src/main/jni/utils/jsoncpp/include/json/reader.h +0 -411
- package/android/src/main/jni/utils/jsoncpp/include/json/value.h +0 -888
- package/android/src/main/jni/utils/jsoncpp/include/json/version.h +0 -20
- package/android/src/main/jni/utils/jsoncpp/include/json/writer.h +0 -357
- package/android/src/main/jni/utils/jsoncpp/makefiles/vs71/jsontest.vcproj +0 -119
- package/android/src/main/jni/utils/jsoncpp/makefiles/vs71/lib_json.vcproj +0 -205
- package/android/src/main/jni/utils/jsoncpp/makefiles/vs71/test_lib_json.vcproj +0 -130
- package/android/src/main/jni/utils/jsoncpp/makerelease.py +0 -390
- package/android/src/main/jni/utils/jsoncpp/meson.build +0 -103
- package/android/src/main/jni/utils/jsoncpp/pkg-config/jsoncpp.pc.in +0 -9
- package/android/src/main/jni/utils/jsoncpp/src/CMakeLists.txt +0 -5
- package/android/src/main/jni/utils/jsoncpp/src/jsontestrunner/CMakeLists.txt +0 -25
- package/android/src/main/jni/utils/jsoncpp/src/jsontestrunner/main.cpp +0 -333
- package/android/src/main/jni/utils/jsoncpp/src/lib_json/CMakeLists.txt +0 -117
- package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_reader.cpp +0 -2060
- package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_tool.h +0 -114
- package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_value.cpp +0 -1661
- package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_valueiterator.inl +0 -167
- package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_writer.cpp +0 -1233
- package/android/src/main/jni/utils/jsoncpp/src/lib_json/version.h.in +0 -20
- package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/CMakeLists.txt +0 -38
- package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/jsontest.cpp +0 -457
- package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/jsontest.h +0 -286
- package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/main.cpp +0 -2606
- package/android/src/main/jni/utils/jsoncpp/travis.sh +0 -23
- package/android/src/main/jni/utils/jsoncpp/version +0 -1
- package/android/src/main/jni/utils/jsoncpp/version.in +0 -1
- package/android/src/main/jni/utils/logUtils.cpp +0 -108
- package/android/src/main/jni/utils/logUtils.h +0 -87
- package/android/src/main/jni/utils/mSIGNA/stdutils/uchar_vector.h +0 -614
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
|
|
2
|
-
// Distributed under MIT license, or public domain if desired and
|
|
3
|
-
// recognized in your jurisdiction.
|
|
4
|
-
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
|
|
5
|
-
|
|
6
|
-
// included by json_value.cpp
|
|
7
|
-
|
|
8
|
-
namespace Json {
|
|
9
|
-
|
|
10
|
-
// //////////////////////////////////////////////////////////////////
|
|
11
|
-
// //////////////////////////////////////////////////////////////////
|
|
12
|
-
// //////////////////////////////////////////////////////////////////
|
|
13
|
-
// class ValueIteratorBase
|
|
14
|
-
// //////////////////////////////////////////////////////////////////
|
|
15
|
-
// //////////////////////////////////////////////////////////////////
|
|
16
|
-
// //////////////////////////////////////////////////////////////////
|
|
17
|
-
|
|
18
|
-
ValueIteratorBase::ValueIteratorBase()
|
|
19
|
-
: current_(), isNull_(true) {
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
ValueIteratorBase::ValueIteratorBase(
|
|
23
|
-
const Value::ObjectValues::iterator& current)
|
|
24
|
-
: current_(current), isNull_(false) {}
|
|
25
|
-
|
|
26
|
-
Value& ValueIteratorBase::deref() const {
|
|
27
|
-
return current_->second;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
void ValueIteratorBase::increment() {
|
|
31
|
-
++current_;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
void ValueIteratorBase::decrement() {
|
|
35
|
-
--current_;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
ValueIteratorBase::difference_type
|
|
39
|
-
ValueIteratorBase::computeDistance(const SelfType& other) const {
|
|
40
|
-
#ifdef JSON_USE_CPPTL_SMALLMAP
|
|
41
|
-
return other.current_ - current_;
|
|
42
|
-
#else
|
|
43
|
-
// Iterator for null value are initialized using the default
|
|
44
|
-
// constructor, which initialize current_ to the default
|
|
45
|
-
// std::map::iterator. As begin() and end() are two instance
|
|
46
|
-
// of the default std::map::iterator, they can not be compared.
|
|
47
|
-
// To allow this, we handle this comparison specifically.
|
|
48
|
-
if (isNull_ && other.isNull_) {
|
|
49
|
-
return 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// Usage of std::distance is not portable (does not compile with Sun Studio 12
|
|
53
|
-
// RogueWave STL,
|
|
54
|
-
// which is the one used by default).
|
|
55
|
-
// Using a portable hand-made version for non random iterator instead:
|
|
56
|
-
// return difference_type( std::distance( current_, other.current_ ) );
|
|
57
|
-
difference_type myDistance = 0;
|
|
58
|
-
for (Value::ObjectValues::iterator it = current_; it != other.current_;
|
|
59
|
-
++it) {
|
|
60
|
-
++myDistance;
|
|
61
|
-
}
|
|
62
|
-
return myDistance;
|
|
63
|
-
#endif
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
bool ValueIteratorBase::isEqual(const SelfType& other) const {
|
|
67
|
-
if (isNull_) {
|
|
68
|
-
return other.isNull_;
|
|
69
|
-
}
|
|
70
|
-
return current_ == other.current_;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
void ValueIteratorBase::copy(const SelfType& other) {
|
|
74
|
-
current_ = other.current_;
|
|
75
|
-
isNull_ = other.isNull_;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
Value ValueIteratorBase::key() const {
|
|
79
|
-
const Value::CZString czstring = (*current_).first;
|
|
80
|
-
if (czstring.data()) {
|
|
81
|
-
if (czstring.isStaticString())
|
|
82
|
-
return Value(StaticString(czstring.data()));
|
|
83
|
-
return Value(czstring.data(), czstring.data() + czstring.length());
|
|
84
|
-
}
|
|
85
|
-
return Value(czstring.index());
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
UInt ValueIteratorBase::index() const {
|
|
89
|
-
const Value::CZString czstring = (*current_).first;
|
|
90
|
-
if (!czstring.data())
|
|
91
|
-
return czstring.index();
|
|
92
|
-
return Value::UInt(-1);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
JSONCPP_STRING ValueIteratorBase::name() const {
|
|
96
|
-
char const* keey;
|
|
97
|
-
char const* end;
|
|
98
|
-
keey = memberName(&end);
|
|
99
|
-
if (!keey) return JSONCPP_STRING();
|
|
100
|
-
return JSONCPP_STRING(keey, end);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
char const* ValueIteratorBase::memberName() const {
|
|
104
|
-
const char* cname = (*current_).first.data();
|
|
105
|
-
return cname ? cname : "";
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
char const* ValueIteratorBase::memberName(char const** end) const {
|
|
109
|
-
const char* cname = (*current_).first.data();
|
|
110
|
-
if (!cname) {
|
|
111
|
-
*end = NULL;
|
|
112
|
-
return NULL;
|
|
113
|
-
}
|
|
114
|
-
*end = cname + (*current_).first.length();
|
|
115
|
-
return cname;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
// //////////////////////////////////////////////////////////////////
|
|
119
|
-
// //////////////////////////////////////////////////////////////////
|
|
120
|
-
// //////////////////////////////////////////////////////////////////
|
|
121
|
-
// class ValueConstIterator
|
|
122
|
-
// //////////////////////////////////////////////////////////////////
|
|
123
|
-
// //////////////////////////////////////////////////////////////////
|
|
124
|
-
// //////////////////////////////////////////////////////////////////
|
|
125
|
-
|
|
126
|
-
ValueConstIterator::ValueConstIterator() {}
|
|
127
|
-
|
|
128
|
-
ValueConstIterator::ValueConstIterator(
|
|
129
|
-
const Value::ObjectValues::iterator& current)
|
|
130
|
-
: ValueIteratorBase(current) {}
|
|
131
|
-
|
|
132
|
-
ValueConstIterator::ValueConstIterator(ValueIterator const& other)
|
|
133
|
-
: ValueIteratorBase(other) {}
|
|
134
|
-
|
|
135
|
-
ValueConstIterator& ValueConstIterator::
|
|
136
|
-
operator=(const ValueIteratorBase& other) {
|
|
137
|
-
copy(other);
|
|
138
|
-
return *this;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
// //////////////////////////////////////////////////////////////////
|
|
142
|
-
// //////////////////////////////////////////////////////////////////
|
|
143
|
-
// //////////////////////////////////////////////////////////////////
|
|
144
|
-
// class ValueIterator
|
|
145
|
-
// //////////////////////////////////////////////////////////////////
|
|
146
|
-
// //////////////////////////////////////////////////////////////////
|
|
147
|
-
// //////////////////////////////////////////////////////////////////
|
|
148
|
-
|
|
149
|
-
ValueIterator::ValueIterator() {}
|
|
150
|
-
|
|
151
|
-
ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current)
|
|
152
|
-
: ValueIteratorBase(current) {}
|
|
153
|
-
|
|
154
|
-
ValueIterator::ValueIterator(const ValueConstIterator& other)
|
|
155
|
-
: ValueIteratorBase(other) {
|
|
156
|
-
throwRuntimeError("ConstIterator to Iterator should never be allowed.");
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
ValueIterator::ValueIterator(const ValueIterator& other)
|
|
160
|
-
: ValueIteratorBase(other) {}
|
|
161
|
-
|
|
162
|
-
ValueIterator& ValueIterator::operator=(const SelfType& other) {
|
|
163
|
-
copy(other);
|
|
164
|
-
return *this;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
} // namespace Json
|