WO2012100681A1 - Data verification method and device - Google Patents

Data verification method and device Download PDF

Info

Publication number
WO2012100681A1
WO2012100681A1 PCT/CN2012/070268 CN2012070268W WO2012100681A1 WO 2012100681 A1 WO2012100681 A1 WO 2012100681A1 CN 2012070268 W CN2012070268 W CN 2012070268W WO 2012100681 A1 WO2012100681 A1 WO 2012100681A1
Authority
WO
WIPO (PCT)
Prior art keywords
verification
configuration file
verified
rule configuration
information
Prior art date
Application number
PCT/CN2012/070268
Other languages
French (fr)
Chinese (zh)
Inventor
姚博
Original Assignee
北京京东世纪贸易有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京京东世纪贸易有限公司 filed Critical 北京京东世纪贸易有限公司
Publication of WO2012100681A1 publication Critical patent/WO2012100681A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures

Definitions

  • the present invention relates to a data verification method and apparatus. Background technique
  • each field that needs to be verified is performed one by one. For example, when it is judged that there are three fields A, B, and C that need to be verified, the verification method A is used to verify the field A, then the verification method B is used to verify the field B, and finally the verification method C is used to verify the field C. Therefore, when several fields need to be verified, a large number of verification methods need to be maintained in the day after tomorrow, resulting in an increase in maintenance costs.
  • a multi-branch verification process is adopted. The more fields, the more branches, the more verification methods the system needs to maintain. The system becomes bloated and difficult to maintain, and it is difficult to scale and is not efficient.
  • the application number is CN
  • a data verification method is disclosed in the patent application of 200810227933.9 to improve maintainability and scalability.
  • a unified verification label and a unified verification interface are used to implement a unified data verification mechanism.
  • the method first uses the unified verification tag isNameExist to identify all the fields that need to be verified for data repetitiveness, and then obtains a unified verification interface of the field that needs to be repetitively verified, and invokes the verification rule corresponding to the unified verification interface to perform data repeatability. Verify the fields for verification.
  • the following main problems still exist. First, since a unified authentication interface is used for multiple fields, the most suitable verification rule cannot be used for each of the multiple fields.
  • the method still calls the unified verification interface for each field that needs to be verified by referring to the unified verification label, thereby reducing the verification efficiency.
  • the present invention has been made in order to solve the above disadvantages and problems in the prior art.
  • a data verification method is provided, and the method may include:
  • the verification rule configuration file may include a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object.
  • the plurality of verification rules may include a default verification rule and a custom verification rule.
  • an error message can be output.
  • the error message may be derived from the verification rule profile.
  • a data verification apparatus is provided, and the apparatus may include:
  • a verification data input unit configured to receive information to be verified
  • a verification object construction unit configured to receive the to-be-verified information submitted from the verification data input unit and construct a verification object by using the to-be-verified information
  • the verification rule configuration file may include a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object.
  • the plurality of verification rules may include a default verification rule and a custom verification rule.
  • the data verification apparatus may further include a verification result processing unit, and output error information when the verification unit fails verification of the verification object.
  • the error information is derived from the verification rule profile.
  • FIG. 1 is a block diagram illustrating a data verification apparatus in accordance with the present invention
  • FIG. 2 is a schematic diagram illustrating a verification profile for a data verification device in accordance with the present invention
  • FIG. 3 is a flow chart illustrating a data verification method in accordance with the present invention. detailed description
  • FIG. 1 is a block diagram illustrating a data verification apparatus in accordance with the present invention.
  • the data verification apparatus includes a verification data input unit 110, a verification object construction unit 120, a verification unit 130, and a verification rule setting unit 140.
  • the verification data input unit 110 can generate a graphical user interface for inputting verification information.
  • the generated graphical user interface may include a plurality of fields for the user to input various information.
  • the verification data input unit 110 may generate a user registration page, and the user registration interface may include a user name, a password, a mailbox, and a verification. Fields such as codes.
  • the verification data input unit 110 may submit the input various information to the verification object construction unit 120.
  • the input various information may be submitted to the verification object construction unit 120 by clicking the "register" button on the user registration interface.
  • the verification object construction unit 120 Upon receiving the information submitted by the self-verification data input unit 110, the verification object construction unit 120 constructs the verification object based on the received information, for example, by setting the information input in each field as the attribute value of the corresponding attribute of the verification object. Build a verification object.
  • the verification unit 130 is configured to verify the verification object constructed by the verification object construction unit 120.
  • the verification unit 130 may acquire a verification rule profile corresponding to the constructed verification object from the verification rule configuration unit 140.
  • the verification rule configuration unit 140 may maintain at least one verification rule configuration file, where the at least one verification rule configuration file corresponds to the verification object by using the file name.
  • each verification rule configuration file may include a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object, and then a plurality of verification rules will be described in detail with reference to FIG. How one or more of the ones are associated with an attribute of the verification object.
  • the verification rule configuration file corresponding to the verification object is indicated by form/registerForm.xml.
  • the verification unit 130 acquires and constructs from the verification rule configuration unit 140.
  • the verification rule configuration file corresponding to the verification object is not limited to the above manner. After the verification rule configuration file is acquired, the verification unit 130 performs the verification rule set for each attribute of the verification object in the verification rule configuration file (refer to FIG. 2 below) Description) Verifies the verification object and outputs the verification result.
  • the data verification device may further include a verification result processing unit 150 that processes according to the verification result from the verification unit 130. For example, when the verification is successful, other processes may be continued, such as registration at the user In the example, Go to the interface that only allows registered users to view; When the verification fails, you can output verification error information, for example, the verification error message as the verification result is twice rendered and then rolled back to the front end and displayed error message. Describe the verification profile.
  • Figure 2 illustrates a schematic diagram of a verification rule profile for a data verification device in accordance with the present invention.
  • the piece includes a configuration block 1 - configuration block 4 for configuring a corresponding verification rule for each attribute of the verification object.
  • configuration block 1 - configuration block 4 defines an error message to be output when the verification fails by the "message" node, where "$ ⁇ displayName ⁇ " corresponds to the name of the attribute. As can be seen from the above description, the verification rule for each attribute of the verification object is passed.
  • the "type” attribute in the "validator” node is set.
  • four default validators (equivalent to the meaning of the validation rules) are used as follows:
  • a custom validator can be used, such as the custom validator used in configuration block 4 above.
  • the custom validator can be arbitrarily defined as needed.
  • the following example is a custom validator that defines the validation rules used in configuration block 4:
  • the example above defines a custom validator CheckCodeValidator that only accepts the verification code " 8888 ".
  • Other custom validators can be defined in a similar manner.
  • the configuration of the verification rule for the similar verification object can be implemented by the inheritance method. For example, in the above user registration example, if you need to add the verification item "age” and the verification logic of other verification items remains unchanged, you can do so by:
  • the data verification apparatus defines the verification rules associated with each attribute of the corresponding verification object in detail by the verification rule configuration file.
  • the most appropriate validation of each attribute of the verification object can be performed.
  • changes need to be verified For logic, you only need to change the validation rules in the configuration file.
  • a data verification method according to the present invention will be described below with reference to FIG. 3 is a flow chart illustrating a data verification method in accordance with the present invention.
  • step S310 information to be verified is received.
  • the information to be verified may be information entered by the user in each field of the graphical user interface.
  • the specific process can refer to the description about the verification data input unit 110.
  • the verification object is constructed using the received information to be verified.
  • the verification object can be constructed by setting the information input through each field of the graphical user interface to the attribute value of the corresponding attribute of the verification object.
  • a verification rule profile corresponding to the constructed verification object is obtained.
  • the verification rule configuration file corresponding to the verification object can be obtained by verifying the file name of the rule configuration file.
  • each validation rule profile can include a plurality of validation rules, one or more of which are associated with an attribute of the verification object.
  • the specific process can refer to the description about the verification rule configuration unit 140 and FIG.
  • the verification object is verified using the acquired verification rule profile.
  • the specific process can refer to the description about the verification unit 130 and FIG. 2.
  • processing is performed based on the verification result. For example, when the verification is successful, other processes can be continued, for example, in the user registration example, it can be transferred to an interface that only allows registered users to view; when the verification fails, verification error information can be output, for example, verification as a verification result. The error message is rolled back to the front end after the second rendering and an error message is displayed.
  • such a program product also constitutes the present invention
  • a storage medium storing such a program product also constitutes the present invention
  • the storage medium may be any known storage medium or any storage medium developed in the future.
  • the description contains many specific details of the invention, and should not be construed as a limitation of the scope of the invention. Certain features that are described in this specification in the context of separate embodiments can also be implemented in a single embodiment. Conversely, various features that are described in the context of a single embodiment can be implemented separately in various embodiments or in any suitable subcombination.
  • a single software product or packaged into multiple software products can be written in any form of programming language, including a compiled or interpreted language, or an illustrative or procedural language, and which can be deployed in any form , included as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
  • the computer program does not necessarily correspond to the files in the file system.
  • a program can be stored in a file that holds other programs or data (for example, one or more scripts stored in a markup language document), a single file dedicated to the program under discussion, or multiple coordination files (for example, storing one Or multiple modules, subroutines, or partial code files).
  • programs or data for example, one or more scripts stored in a markup language document
  • multiple coordination files for example, storing one Or multiple modules, subroutines, or partial code files.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Bioethics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • User Interface Of Digital Computer (AREA)
  • Storage Device Security (AREA)

Abstract

Provided are a data verification method and device. The data verification method can include: receiving information to be verified; constructing a verification object using the received information to be verified; acquiring a verification rule configuration file corresponding to the verification object; and verifying the verification object using the acquired verification rule configuration file. The data verification method and device according to the present invention improve the reusability and maintainability of verification.

Description

数据验证方法和装置 技术领域  Data verification method and device
本发明涉及一种数据验证方法和装置。 背景技术  The present invention relates to a data verification method and apparatus. Background technique
在网络相关技术领域中, 经常需要对用户输入的信息进行验证。 在常见的信息验证方法中, 对每个需要验证的字段逐个进行。 例如, 当判断存在 A、 B、 C三个字段需要验证时, 首先利用验证方法 A对字 段 A进行验证, 接着利用验证方法 B对字段 B进行验证, 最后利用验 证方法 C对字段 C进行验证。 因此, 当需要验证若干字段时, 需要在 后天维护大量的验证方法, 导致维护成本增加。 在上述验证方法中采用多分支验证流程, 字段越多, 分支越多, 系统需要维护的验证方法也越多。 系统会变得臃肿而且维护困难, 并 且难以扩展, 而且效率也不高。 为了克服上述验证方法存在的问题, 在申请号为 CN In the field of network related technologies, it is often necessary to verify information input by a user. In the common information verification method, each field that needs to be verified is performed one by one. For example, when it is judged that there are three fields A, B, and C that need to be verified, the verification method A is used to verify the field A, then the verification method B is used to verify the field B, and finally the verification method C is used to verify the field C. Therefore, when several fields need to be verified, a large number of verification methods need to be maintained in the day after tomorrow, resulting in an increase in maintenance costs. In the above verification method, a multi-branch verification process is adopted. The more fields, the more branches, the more verification methods the system needs to maintain. The system becomes bloated and difficult to maintain, and it is difficult to scale and is not efficient. In order to overcome the problems of the above verification method, the application number is CN
200810227933.9 的专利申请中公开了一种数据验证方法来提高可维护 性和可扩展性。 在申请号为 CN 200810227933.9的专利申请公开的方法中, 采用 统一验证标签和统一验证接口来实现统一的数据验证机制。 该方法首 先利用统一验证标签 isNameExist来标识所有需要进行数据重复性验证 的字段, 然后获取需要进行重复性验证的字段的统一验证接口, 并且 调用统一验证接口所对应的验证规则对需要进行数据重复性验证的字 段进行验证。 然而, 在上述验证方法中, 仍然存在以下主要问题。 第一, 由于 对多个字段采用一个统一验证接口, 所以无法对该多个字段中的每一 个字段采用最适合的验证规则, 例如在各个验证中可能存在很多名字 为 name的字段信息, 但是每一个验证逻辑都不完全相同, 所以统一验 证接口很难对这些字段信息采用最适合的验证规则。 第二, 本方法仍 然通过参照统一验证标签而对需要验证的每个字段调用统一验证接 口, 从而降低了验证效率。 发明内容 A data verification method is disclosed in the patent application of 200810227933.9 to improve maintainability and scalability. In the method disclosed in the patent application No. CN 200810227933.9, a unified verification label and a unified verification interface are used to implement a unified data verification mechanism. The method first uses the unified verification tag isNameExist to identify all the fields that need to be verified for data repetitiveness, and then obtains a unified verification interface of the field that needs to be repetitively verified, and invokes the verification rule corresponding to the unified verification interface to perform data repeatability. Verify the fields for verification. However, in the above verification method, the following main problems still exist. First, since a unified authentication interface is used for multiple fields, the most suitable verification rule cannot be used for each of the multiple fields. For example, there may be many field information named name in each verification, but each A verification logic is not identical, so it is difficult for the unified authentication interface to use the most appropriate validation rules for these field information. Second, the method still calls the unified verification interface for each field that needs to be verified by referring to the unified verification label, thereby reducing the verification efficiency. Summary of the invention
为了解决现有技术中的上述缺点和问题而提出本发明。  The present invention has been made in order to solve the above disadvantages and problems in the prior art.
根据本发明的一个方面, 提供了一种数据验证方法, 所述方法可 以包括:  According to an aspect of the present invention, a data verification method is provided, and the method may include:
接收待验证信息;  Receiving information to be verified;
利用所接收的待验证信息构建验证对象;  Constructing a verification object by using the received information to be verified;
获取与所述验证对象相对应的验证规则配置文件; 以及  Obtaining a validation rule configuration file corresponding to the verification object;
利用所获取的验证规则配置文件对所述验证对象进行验证。 根据本发明的该方面, 所述验证规则配置文件可以包括多个验证 规则, 所述多个验证规则中的一个或多个与所述验证对象的一个属性 相关联。 所述多个验证规则可以包括默认验证规则和自定义验证规则。 此外, 当对所述验证对象验证失败时, 可以输出错误信息。 所述 错误信息可以源自所述验证规则配置文件。 根据本发明的另一个方面, 提供了一种数据验证装置, 所述装置 可以包括:  The verification object is verified using the obtained verification rule configuration file. According to this aspect of the invention, the verification rule configuration file may include a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object. The plurality of verification rules may include a default verification rule and a custom verification rule. Further, when the verification of the verification object fails, an error message can be output. The error message may be derived from the verification rule profile. According to another aspect of the present invention, a data verification apparatus is provided, and the apparatus may include:
验证数据输入单元, 用于接收待验证信息;  a verification data input unit, configured to receive information to be verified;
验证对象构建单元, 用于接收从所述验证数据输入单元提交的所 述待验证信息并且利用所述待验证信息构建验证对象;  a verification object construction unit, configured to receive the to-be-verified information submitted from the verification data input unit and construct a verification object by using the to-be-verified information;
验证规则设置单元, 用于维护至少一个验证规则配置文件; 以及 验证单元, 用于从所述验证规则设置单元获取与由所述验证对象 构建单元构建的所述验证对象相对应的验证规则配置文件, 并且利用 所获取的验证规则配置文件对所述验证对象进行验证。 根据本发明的该方面, 所述验证规则配置文件可以包括多个验证 规则, 所述多个验证规则中的一个或多个与所述验证对象的一个属性 相关联。 所述多个验证规则可以包括默认验证规则和自定义验证规则。 此外, 所述数据验证装置可以进一步包括验证结果处理单元, 并 且当所述验证单元对所述验证对象验证失败时, 输出错误信息。 而且, 所述错误信息源自所述验证规则配置文件。 附图说明 a verification rule setting unit for maintaining at least one verification rule profile; a verification unit, configured to acquire, from the verification rule setting unit, a verification rule configuration file corresponding to the verification object constructed by the verification object construction unit, and perform the verification object on the verification object by using the acquired verification rule configuration file verification. According to this aspect of the invention, the verification rule configuration file may include a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object. The plurality of verification rules may include a default verification rule and a custom verification rule. Furthermore, the data verification apparatus may further include a verification result processing unit, and output error information when the verification unit fails verification of the verification object. Moreover, the error information is derived from the verification rule profile. DRAWINGS
通过下面结合附图进行的描述, 本发明一些示范性实施例的上述 和其他方面、 特征和优点对于本领域技术人员来说将变得显而易见, 中:  The above and other aspects, features, and advantages of some exemplary embodiments of the present invention will become apparent to those skilled in the <
图 1是图示根据本发明的数据验证装置的框图;  1 is a block diagram illustrating a data verification apparatus in accordance with the present invention;
图 2是图示用于根据本发明的数据验证装置的验证配置文件的示 意图; 以及  2 is a schematic diagram illustrating a verification profile for a data verification device in accordance with the present invention;
图 3是图示根据本发明的数据验证方法的流程图。 具体实施方式  3 is a flow chart illustrating a data verification method in accordance with the present invention. detailed description
提供参考附图的下面描述以帮助全面理解本发明的示范性实施 例。 其包括各种细节以助于理解, 而应当将它们认为仅仅是示范性的。 因此, 本领域普通技术人员应当认识到, 可以对这里描述的实施例做 出各种改变和修改, 而不会背离本发明的范围和精神。 同样, 为了清 楚和简明, 省略了对公知功能和结构的描述。 下面将参考附图详细描述本发明。 图 1是图示根据本发明的数据验证装置的框图。 如图 1 中所示, 数据验证装置包括验证数据输入单元 110、 验证对象构建单元 120、 验 证单元 130以及验证规则设置单元 140。 验证数据输入单元 1 10可以生成用于输入验证信息的图形用户界 面。 所生成的图形用户界面可以包括供用户输入各种信息的多个字段, 以用户注册为例, 验证数据输入单元 110 可以生成用户注册页面, 并 且用户注册界面可以包括用户名、 密码、 邮箱、 验证码等字段。 在用 户向图形用户界面输入各种信息后, 验证数据输入单元 110 可以将所 输入的各种信息提交给验证对象构建单元 120。 在上述用户注册示例 中, 可以在用户向用户注册界面输入各种信息后, 通过点击用户注册 界面上的 "注册" 按钮而将所输入的各种信息提交给验证对象构建单 元 120。 在接收到自验证数据输入单元 110提交的信息后, 验证对象构建 单元 120 根据所接收的信息构建验证对象, 例如可以通过将在每个字 段输入的信息设置为验证对象的对应属性的属性值来构建验证对象。 验证单元 130用于对验证对象构建单元 120构建的验证对象进行 验证。 验证单元 130可以从验证规则配置单元 140获取与所构建的验 证对象相对应的验证规则配置文件。 其中, 验证规则配置单元 140 可 以维护至少一个验证规则配置文件, 所述至少一个验证规则配置文件 通过文件名而与验证对象相对应。 此外, 每个验证规则配置文件可以 包括多个验证规则, 所述多个验证规则中的一个或多个与所述验证对 象的一个属性相关联, 随后将参考图 2 详细描述多个验证规则中的一 个或多个如何与所述验证对象的一个属性相关联。 验证单元 130可以采用各种方式从验证规则配置单元 140获取与 所构建的验证对象相对应的验证规则配置文件, 例如可以根据以下代 码示例来获取与所构建的验证对象相对应的验证规则配置文件: <bean id= "formService " class= "com.jd. website, commons, validator. DefaultFormService "> The following description of the drawings is provided to provide a comprehensive understanding of the exemplary embodiments of the invention. It includes various details to assist in understanding, and should be considered as merely exemplary. Therefore, it will be apparent to those skilled in the art that various changes and modifications may be made to the embodiments described herein without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted for clarity and conciseness. The invention will be described in detail below with reference to the accompanying drawings. 1 is a block diagram illustrating a data verification apparatus in accordance with the present invention. As shown in FIG. 1, the data verification apparatus includes a verification data input unit 110, a verification object construction unit 120, a verification unit 130, and a verification rule setting unit 140. The verification data input unit 110 can generate a graphical user interface for inputting verification information. The generated graphical user interface may include a plurality of fields for the user to input various information. Taking the user registration as an example, the verification data input unit 110 may generate a user registration page, and the user registration interface may include a user name, a password, a mailbox, and a verification. Fields such as codes. After the user inputs various information to the graphical user interface, the verification data input unit 110 may submit the input various information to the verification object construction unit 120. In the above-described user registration example, after the user inputs various information to the user registration interface, the input various information may be submitted to the verification object construction unit 120 by clicking the "register" button on the user registration interface. Upon receiving the information submitted by the self-verification data input unit 110, the verification object construction unit 120 constructs the verification object based on the received information, for example, by setting the information input in each field as the attribute value of the corresponding attribute of the verification object. Build a verification object. The verification unit 130 is configured to verify the verification object constructed by the verification object construction unit 120. The verification unit 130 may acquire a verification rule profile corresponding to the constructed verification object from the verification rule configuration unit 140. The verification rule configuration unit 140 may maintain at least one verification rule configuration file, where the at least one verification rule configuration file corresponds to the verification object by using the file name. Further, each verification rule configuration file may include a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object, and then a plurality of verification rules will be described in detail with reference to FIG. How one or more of the ones are associated with an attribute of the verification object. The verification unit 130 may acquire the verification rule configuration file corresponding to the constructed verification object from the verification rule configuration unit 140 in various manners, for example, the verification rule configuration file corresponding to the constructed verification object may be acquired according to the following code example. : <bean id= "formService " class= "com.jd. website, commons, validator. DefaultFormService ">
<property name= "filePath ">  <property name= "filePath ">
<list>  <list>
<!- 配置文件 —>  <!- configuration file —>
<value>form/registerForm.xml</value>  <value>form/registerForm.xml</value>
</list>  </list>
</property>  </property>
</bean>  </bean>
其中, 通过 id=7 r SerWce "来指示验证对象名称, 并且通过 form/registerForm.xml来指示该验证对象所对应的验证规则配置文件。 当然验证单元 130从验证规则配置单元 140获取与所构建的验证 对象相对应的验证规则配置文件不限于上述方式。 在获取验证规则配置文件后, 验证单元 130根据在验证规则配置 文件中为验证对象的每个属性设置的验证规则 (下面将参考图 2 进行 描述) 对验证对象进行验证, 并且输出验证结果。 例如, 当对验证对 象验证成功后, 验证结果可以为 " true ", 而当对验证对象验证失败后, 验证结果可以为验证错误信息, 该验证错误信息可以是来自验证规则 配置文件。 数据验证装置可以进一步包括验证结果处理单元 150,其根据来自 验证单元 130 的验证结果进行处理。 例如, 当验证成功时, 可以继续 其它过程, 例如在用户注册示例中, 可以转到仅允许注册用户査看的 界面中; 当验证失败时, 可以输出验证错误信息, 例如将作为验证结 果的验证错误信息二次渲染后回滚到前端并显示错误信息。 下面, 参考图 2描述验证配置文件。 图 2图示用于根据本发明的 数据验证装置的验证规则配置文件的示意图。 图 2 所示的验证配置文 件包括用于对验证对象的每个属性配置相应的验证规则的配置块 1-配 置块 4。 配置块 1 设置了与验证对象的属性 "而 name"相关联的验证规 贝 I」, 其中通过 ^(^(^ required="trwe'^置该属性不能为空, 通过Wherein, the verification object name is indicated by id=7 r SerWce ", and the verification rule configuration file corresponding to the verification object is indicated by form/registerForm.xml. Of course, the verification unit 130 acquires and constructs from the verification rule configuration unit 140. The verification rule configuration file corresponding to the verification object is not limited to the above manner. After the verification rule configuration file is acquired, the verification unit 130 performs the verification rule set for each attribute of the verification object in the verification rule configuration file (refer to FIG. 2 below) Description) Verifies the verification object and outputs the verification result. For example, when the verification object is successfully verified, the verification result can be "true", and when the verification object fails to be verified, the verification result can be verification error information, the verification The error information may be from a verification rule configuration file. The data verification device may further include a verification result processing unit 150 that processes according to the verification result from the verification unit 130. For example, when the verification is successful, other processes may be continued, such as registration at the user In the example, Go to the interface that only allows registered users to view; When the verification fails, you can output verification error information, for example, the verification error message as the verification result is twice rendered and then rolled back to the front end and displayed error message. Describe the verification profile. Figure 2 illustrates a schematic diagram of a verification rule profile for a data verification device in accordance with the present invention. The piece includes a configuration block 1 - configuration block 4 for configuring a corresponding verification rule for each attribute of the verification object. Configuration block 1 sets the authentication rule I" associated with the attribute "name" of the verification object, where ^(^(^ required="trwe'^ put the attribute cannot be empty, pass
<validator minLength= "4 " maxLength= "20 ">设置该属性的长度必须大 于 4位并且小于 20位。 配置块 2 设置了与验证对象的属性 "password"相关联的验证规 贝 I」, 其中通过 ^(^(^ required="trwe'^置该属性不能为空, 通过<validator minLength= "4 " maxLength= "20 ">Set the attribute to be longer than 4 digits and less than 20 digits. Configuration block 2 sets the authentication rule I" associated with the attribute "password" of the verification object, where ^(^(^ required="trwe'^ put this attribute cannot be empty, passed
<validator minLength=" " maxLength='76">设置该属性的长度必须大 于 6位并且小于 16位。 配置块 3设置了与验证对象的属性 "email" 相关联的验证规则, 其中通过 <validator required= "trwe ">设置该属性不能为空, 通过<validator minLength=" " maxLength='76">Set the length of this attribute must be greater than 6 digits and less than 16. The configuration block 3 sets the validation rules associated with the authentication object's attribute "email", where <validator required = "trwe ">Set this property to be empty, pass
<validator maxLength="W>设置该属性的长度必须小于 50个字符, 通 过 < validator
Figure imgf000008_0001
设 置对该属性进行正则表达式校验。 配置块 4设置了与验证对象的属性 "checkCode"相关联的验证规 贝 lj, 其中通过 ^(^(^ required="trwe'^置该属性不能为空, 通过 <validator
<validator maxLength="W>Set the length of this attribute must be less than 50 characters, via < validator
Figure imgf000008_0001
Set the regular expression validation for this property. Configuration block 4 sets the authentication rule associated with the attribute "checkCode" of the verification object, where ^(^(^ required="trwe'^ put the attribute cannot be empty, passing <validator
type= "com.jd. website, apply, web. validator. CheckCode Validator ">设置对 该属性进行自定义验证 (稍后将详细描述) 。 此外, 配置块 1-配置块 4分别通过 "message"节点定义了在验证 失败时要输出的错误消息, 其中的 "${displayName}"对应于属性的名 称。 从上面的描述可知, 验证对象的每个属性的验证规则是通过Type= "com.jd. website, apply, web. validator. CheckCode Validator ">Set up custom validation of this property (described in more detail later). In addition, configuration block 1 - configuration block 4 defines an error message to be output when the verification fails by the "message" node, where "${displayName}" corresponds to the name of the attribute. As can be seen from the above description, the verification rule for each attribute of the verification object is passed.
"validator" 节点中的 " type" 属性来设置的, 在本发明中采用了 4个 默认验证器 (与验证规则的含义等同) 如下: The "type" attribute in the "validator" node is set. In the present invention, four default validators (equivalent to the meaning of the validation rules) are used as follows:
Figure imgf000009_0001
当不适合采用上述 4个默认验证器中的任何一个时, 可以采用自 定义验证器, 例如上面的配置块 4 中采用的自定义验证器。 可以根据 需要任意定义自定义验证器, 下面的示例是定义了在配置块 4 中采用 的验证规则的自定义验证器:
Figure imgf000009_0001
When it is not appropriate to use any of the above four default validators, a custom validator can be used, such as the custom validator used in configuration block 4 above. The custom validator can be arbitrarily defined as needed. The following example is a custom validator that defines the validation rules used in configuration block 4:
package com.jd.website.apply.web.validator;  Package com.jd.website.apply.web.validator;
import org. apache. commons. lang.StringUtils;  Import org. apache. commons. lang.StringUtils;
import com.jd.website. commons. validator. check. DefaultValidator; import com.jd.website. commons. validator. form. Field;  Import com.jd.website. commons. validator. check. DefaultValidator; import com.jd.website. commons. validator. form. Field;
public class CheckCodeValidator extends DefaultValidator { private final static String CHECK— CODE = "8888";  Public class CheckCodeValidator extends DefaultValidator { private final static String CHECK_ CODE = "8888";
@Override  @Override
protected boolean validator(Field field) {  Protected boolean validator(Field field) {
String value = fleld.getStringValue();  String value = fleld.getStringValue();
if (StringUtils.isNotBlank(value) && StringUtils. equals (CHECK— CODE, value)) {  If (StringUtils.isNotBlank(value) && StringUtils. equals (CHECK_ CODE, value)) {
return true; return false; Return true; Return false;
}  }
} 上面的示例定义了仅接受验证码 " 8888 " 的自定义验证器 CheckCodeValidator。 可以以类似的方式定义其它自定义验证器。 此外, 为了增加验证配置规则的适用性、 灵活性等, 可以通过继 承方式来实现对相似验证对象的验证规则的配置。 例如, 当在上面的用户注册示例中, 需要增加验证项 "年龄" 而 其它验证项的验证逻辑保持不变, 则可以通过以下来实现:  } The example above defines a custom validator CheckCodeValidator that only accepts the verification code " 8888 ". Other custom validators can be defined in a similar manner. In addition, in order to increase the applicability, flexibility, and the like of the verification configuration rule, the configuration of the verification rule for the similar verification object can be implemented by the inheritance method. For example, in the above user registration example, if you need to add the verification item "age" and the verification logic of other verification items remains unchanged, you can do so by:
<?xml version= "1.0" encoding= "GBK"7>  <?xml version= "1.0" encoding= "GBK"7>
<forms>  <forms>
<!-- 注册 — >  <!-- Registration — >
<form name= "registerForm "></form>  <form name= "registerForm "></form>
<form name="registerForm2" extends="registerForm">  <form name="registerForm2" extends="registerForm">
<field name="age" displayName="年龄" >  <field name="age" displayName="age" >
<validator required="true">  <validator required="true">
<message>$ {displayname}不會^;为空! </message> </validator>  <message>$ {displayname} won't be ^; empty! </message> </validator>
</field> </field>
</form>  </form>
</forms> 通过以上描述可以看出, 根据本发明的数据验证装置通过验证规 则配置文件详细精确地定义了与对应验证对象的每个属性相关联的验 证规则。 首先, 由于一个或多个验证规则与每个属性相关联, 所以可 以对验证对象的每个属性进行最适当的验证。 此外, 当需要改变验证 逻辑时, 仅需要改变配置文件中的验证规则。 第三, 当存在多个注册 入口时, 只需复用配置文件即可。 因此, 提高了验证的可复用性和可 维护性。 下面将参照图 3描述根据本发明的数据验证方法。 图 3是图示根 据本发明的数据验证方法的流程图。 在步骤 S310, 接收待验证信息。 待验证信息可以是用户通过在图 形用户界面的每个字段中输入的信息。 其具体过程可以参考关于验证 数据输入单元 110进行的描述。 在步骤 S320, 利用所接收的待验证信息构建验证对象。 例如, 可 以通过将通过在图形用户界面的每个字段输入的信息设置为验证对象 的对应属性的属性值来构建验证对象。 在步骤 S330, 获取与所构建的验证对象相对应的验证规则配置文 件。 例如可以通过验证规则配置文件的文件文件名获取与验证对象相 对应的验证规则配置文件。 如之前所述, 每个验证规则配置文件可以 包括多个验证规则, 所述多个验证规则中的一个或多个与所述验证对 象的一个属性相关联。其具体过程可以参考关于验证规则配置单元 140 以及图 2进行的描述。 在步骤 S340, 利用所获取的验证规则配置文件对所述验证对象进 行验证。 其具体过程可以参考关于验证单元 130以及图 2进行的描述。 在步骤 S350, 根据验证结果进行处理了。 例如, 当验证成功时, 可以继续其它过程, 例如在用户注册示例中, 可以转到仅允许注册用 户査看的界面中; 当验证失败时, 可以输出验证错误信息, 例如将作 为验证结果的验证错误信息二次渲染后回滚到前端并显示错误信息。 应指出的是, 上面分别对本发明的装置和方法实施例进行了描述, 但是对一个实施例描述的细节也可应用于另一个实施例。 以上结合具体实施例描述了本发明的基本原理, 但是, 需要指出 的是, 对本领域的普通技术人员而言, 能够理解本发明的方法和装置 的全部或者任何步骤或者部件可以以软件、 硬件、 固件或者它们的组 合加以实现, 这是本领域普通技术人员在阅读了本发明的说明的情况 下运用他们的基本编程技能就能实现的。 因此, 本发明的目的还可以通过在任何计算装置上运行一个软件 模块或者一组软件模块来实现。 所述计算装置可以是公知的通用装置。 因此, 本发明的目的也可以仅仅通过提供包含实现所述方法或者装置 的程序代码的程序产品来实现。 也就是说, 这样的程序产品也构成本 发明, 并且存储有这样的程序产品的存储介质也构成本发明。 显然, 所述存储介质可以是任何公知的存储介质或者将来所开发出来的任何 存储介质。 虽然本说明书包含许多特定实施方式细节, 但是不应当将这些细 节解释为对任何发明或可以主张的内容的范围的限制, 而应当解释为 对可以特定于特定发明的特定实施例的特征的描述。 还可以将在本说 明书中在分离的实施例的情境中描述的某些特征组合在单个实施例中 实现。 相反地, 也可以将在单个实施方式的情境中描述的各个特征分 离地在多个实施方式中实现或在任何适当的子组合中实现。 此外, 尽 管可能在上面将特征描述为在某些组合中起作用, 甚至最初主张如此, 但是可以在一些情况下将来自所主张的组合的一个或多个特征从组合 中删去, 并且可以将所主张的组合指向子组合或者子组合的变体。 类似地, 虽然在附图中以特定次序描绘了操作, 但是不应当将这 理解为需要以所示的特定次序或者以连续次序执行这样的操作、 或者 需要执行所有图示的操作才能达到期望的结果。 在某些情况下, 多任 务以及并行处理可以是有利的。 此外, 不应当将在上述实施例中的各 种系统组件的分离理解为在所有实施例中均需要这样的分离, 而应当 理解的是, 通常可以将所描述的程序组件和系统集成到一起成为单个 软件产品或封装为多个软件产品。 计算机程序 (也称作程序、 软件、 软件应用、 脚本或代码) 可以 以任何形式的编程语言编写, 所述编程语言包括编译或解释语言、 或 者说明性或过程语言, 并且其可以以任何形式部署, 包括作为独立程 序或作为模块、 组件、 子程序或适于在计算环境中使用的其它单元。 计算机程序没有必要对应于文件系统中的文件。 可以将程序存储在保 持其它程序或数据的文件 (例如, 存储在标记语言文档中的一个或多 个脚本) 的一部分、 专用于讨论中的程序的单个文件或者多个协调文 件 (例如, 存储一个或多个模块、 子程序或部分代码的文件) 中。 上述具体实施方式, 并不构成对本发明保护范围的限制。 本领域 技术人员应该明白的是, 取决于设计要求和其他因素, 可以发生各种 各样的修改、 组合、 子组合和替代。 任何在本发明的精神和原则之内 所作的修改、 等同替换和改进等, 均应包含在本发明保护范围之内。 </forms> As can be seen from the above description, the data verification apparatus according to the present invention defines the verification rules associated with each attribute of the corresponding verification object in detail by the verification rule configuration file. First, since one or more validation rules are associated with each attribute, the most appropriate validation of each attribute of the verification object can be performed. In addition, when changes need to be verified For logic, you only need to change the validation rules in the configuration file. Third, when there are multiple registration entries, you only need to reuse the configuration file. Therefore, the reusability and maintainability of the verification are improved. A data verification method according to the present invention will be described below with reference to FIG. 3 is a flow chart illustrating a data verification method in accordance with the present invention. At step S310, information to be verified is received. The information to be verified may be information entered by the user in each field of the graphical user interface. The specific process can refer to the description about the verification data input unit 110. At step S320, the verification object is constructed using the received information to be verified. For example, the verification object can be constructed by setting the information input through each field of the graphical user interface to the attribute value of the corresponding attribute of the verification object. At step S330, a verification rule profile corresponding to the constructed verification object is obtained. For example, the verification rule configuration file corresponding to the verification object can be obtained by verifying the file name of the rule configuration file. As previously described, each validation rule profile can include a plurality of validation rules, one or more of which are associated with an attribute of the verification object. The specific process can refer to the description about the verification rule configuration unit 140 and FIG. At step S340, the verification object is verified using the acquired verification rule profile. The specific process can refer to the description about the verification unit 130 and FIG. 2. At step S350, processing is performed based on the verification result. For example, when the verification is successful, other processes can be continued, for example, in the user registration example, it can be transferred to an interface that only allows registered users to view; when the verification fails, verification error information can be output, for example, verification as a verification result. The error message is rolled back to the front end after the second rendering and an error message is displayed. It should be noted that the apparatus and method embodiments of the present invention have been described above separately, but the details described for one embodiment are also applicable to another embodiment. The basic principles of the present invention have been described above in connection with the specific embodiments, but it should be noted that those skilled in the art can understand that all or any of the steps or components of the method and apparatus of the present invention may be in software, hardware, or The firmware or a combination thereof is implemented, which can be accomplished by one of ordinary skill in the art using their basic programming skills while reading the description of the present invention. Accordingly, the objects of the invention may also be realized by running a software module or a set of software modules on any computing device. The computing device can be a well-known general purpose device. Accordingly, the object of the present invention can also be achieved by merely providing a program product comprising program code for implementing the method or apparatus. That is to say, such a program product also constitutes the present invention, and a storage medium storing such a program product also constitutes the present invention. Obviously, the storage medium may be any known storage medium or any storage medium developed in the future. The description contains many specific details of the invention, and should not be construed as a limitation of the scope of the invention. Certain features that are described in this specification in the context of separate embodiments can also be implemented in a single embodiment. Conversely, various features that are described in the context of a single embodiment can be implemented separately in various embodiments or in any suitable subcombination. Moreover, although features may be described above as being functional in certain combinations, even initially claimed, in some cases one or more features from the claimed combination may be deleted from the combination and may be The claimed combination points to a sub-combination or a variant of a sub-combination. Similarly, although the operations are depicted in a particular order in the figures, this should not be understood as requiring that such operations be performed in the particular order shown or in a sequential order, or that all illustrated operations may be performed to achieve the desired. result. In some cases, multiple And parallel processing can be advantageous. Moreover, the separation of the various system components in the above-described embodiments should not be understood as requiring such separation in all embodiments, but it should be understood that the described program components and systems can generally be integrated together. A single software product or packaged into multiple software products. A computer program (also referred to as a program, software, software application, script, or code) can be written in any form of programming language, including a compiled or interpreted language, or an illustrative or procedural language, and which can be deployed in any form , included as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. The computer program does not necessarily correspond to the files in the file system. A program can be stored in a file that holds other programs or data (for example, one or more scripts stored in a markup language document), a single file dedicated to the program under discussion, or multiple coordination files (for example, storing one Or multiple modules, subroutines, or partial code files). The above specific embodiments do not constitute a limitation of the scope of the present invention. Those skilled in the art will appreciate that a wide variety of modifications, combinations, sub-combinations and substitutions can occur depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and scope of the invention are intended to be included within the scope of the invention.

Claims

1. 一种数据验证方法, 所述方法包括: A data verification method, the method comprising:
接收待验证信息;  Receiving information to be verified;
利用所接收的待验证信息构建验证对象;  Constructing a verification object by using the received information to be verified;
获取与所述验证对象相对应的验证规则配置文件; 以及  Obtaining a validation rule configuration file corresponding to the verification object;
利用所获取的验证规则配置文件对所述验证对象进行验证。  The verification object is verified using the obtained verification rule configuration file.
2. 根据权利要求 1所述的方法, 其中, 所述验证规则配置文件包 括多个验证规则, 所述多个验证规则中的一个或多个与所述验证对象 的一个属性相关联。 2. The method of claim 1, wherein the verification rule configuration file includes a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object.
3. 根据权利要求 2所述的方法, 其 3. The method of claim 2, which
认验证规则和自定义验证规则。 Validation rules and custom validation rules.
4. 根据权利要求 1所述的方法, 其 4. The method of claim 1 wherein
败时, 输出错误信息。 In the event of a loss, an error message is output.
5. 根据权利要求 4所述的方法, 其中, 所述错误信息源自所述验 证规则配置文件。 5. The method of claim 4, wherein the error information is derived from the verification rule configuration file.
6. 一种数据验证装置, 所述装置包括: 6. A data verification device, the device comprising:
验证数据输入单元, 用于接收待验证信息;  a verification data input unit, configured to receive information to be verified;
验证对象构建单元, 用于接收从所述验证数据输入单元提交的所 述待验证信息并且利用所述待验证信息构建验证对象;  a verification object construction unit, configured to receive the to-be-verified information submitted from the verification data input unit and construct a verification object by using the to-be-verified information;
验证规则设置单元, 用于维护至少一个验证规则配置文件; 以及 验证单元, 用于从所述验证规则设置单元获取与由所述验证对象 构建单元构建的所述验证对象相对应的验证规则配置文件, 并且利用 所获取的验证规则配置文件对所述验证对象进行验证。 a verification rule setting unit, configured to maintain at least one verification rule configuration file; and a verification unit, configured to acquire, from the verification rule setting unit, a verification rule configuration file corresponding to the verification object constructed by the verification object construction unit And verifying the verification object with the obtained verification rule configuration file.
7. 根据权利要求 6所述的装置, 其中, 所述验证规则配置文件包 括多个验证规则, 所述多个验证规则中的一个或多个与所述验证对象 的一个属性相关联。 7. The apparatus of claim 6, wherein the verification rule configuration file comprises a plurality of verification rules, one or more of the plurality of verification rules being associated with an attribute of the verification object.
8. 根据权利要求 7所述的装置, 其中, 所述多个验证规则包括默 认验证规则和自定义验证规则。 8. The apparatus according to claim 7, wherein the plurality of verification rules include a default verification rule and a custom verification rule.
9. 根据权利要求 6所述的装置, 其中, 所述数据验证装置进一步 包括验证结果处理单元, 并且当所述验证单元对所述验证对象验证失 败时, 输出错误信息。 9. The apparatus according to claim 6, wherein the data verification apparatus further includes a verification result processing unit, and when the verification unit fails the verification of the verification object, the error information is output.
10. 根据权利要求 9 所述的装置, 其中, 所述错误信息源自所述 验证规则配置文件。 10. The apparatus of claim 9, wherein the error information is derived from the verification rule configuration file.
PCT/CN2012/070268 2011-01-26 2012-01-12 Data verification method and device WO2012100681A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 201110035062 CN102103639A (en) 2011-01-26 2011-01-26 Data verification method and device
CN201110035062.2 2011-01-26

Publications (1)

Publication Number Publication Date
WO2012100681A1 true WO2012100681A1 (en) 2012-08-02

Family

ID=44156409

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/070268 WO2012100681A1 (en) 2011-01-26 2012-01-12 Data verification method and device

Country Status (2)

Country Link
CN (1) CN102103639A (en)
WO (1) WO2012100681A1 (en)

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102103639A (en) * 2011-01-26 2011-06-22 北京京东世纪贸易有限公司 Data verification method and device
CN103106186A (en) * 2013-01-22 2013-05-15 百度在线网络技术(北京)有限公司 Form verification method and form verification system
CN104391934B (en) * 2014-11-21 2016-03-16 深圳市银雁金融服务有限公司 Data verification method and device
CN105760976B (en) * 2014-12-17 2022-04-19 创新先进技术有限公司 Service checking method and system
CN105827563B (en) * 2015-01-04 2019-04-02 中国移动通信集团江西有限公司 Information Authentication method, halfpace and business support system
CN107315958A (en) * 2016-04-26 2017-11-03 北京京东尚科信息技术有限公司 The legality identification method and device of data object
CN108009042A (en) * 2016-10-27 2018-05-08 北京京东尚科信息技术有限公司 The method and device of data check
CN106502992A (en) * 2016-11-10 2017-03-15 四川享宇金信金融服务外包有限公司 A kind of information intersects checking method and device
CN107423056A (en) * 2017-06-30 2017-12-01 北京五八信息技术有限公司 Input content verification method and device
CN107395623B (en) * 2017-08-18 2020-08-28 广州视源电子科技股份有限公司 Interface access data verification method and device, computer storage medium and equipment
CN107957871B (en) * 2017-11-15 2020-09-22 杭州安恒信息技术股份有限公司 Front-end and back-end synchronous regular checking method based on JSR303
CN109901892A (en) * 2017-12-11 2019-06-18 北京京东尚科信息技术有限公司 A kind of method and apparatus of dynamic attribute verifying
CN110020381A (en) * 2018-02-23 2019-07-16 中国平安财产保险股份有限公司 Method of calibration, device, equipment and computer storage medium based on configuration file
CN108959218A (en) * 2018-04-26 2018-12-07 北京五八信息技术有限公司 Form validation method and device, electronic equipment and computer readable storage medium
CN109118159A (en) * 2018-06-26 2019-01-01 珠海宏桥高科技有限公司 A kind of self-verifying method and device of clearance data
CN109190396A (en) * 2018-08-27 2019-01-11 杭州安恒信息技术股份有限公司 A kind of data automatic verification method, device and equipment
CN109783751A (en) * 2018-12-14 2019-05-21 平安普惠企业管理有限公司 Form validation method and terminal device
CN110233842B (en) * 2019-06-10 2021-07-27 腾讯科技(深圳)有限公司 Request verification method and related device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197875A (en) * 2007-12-26 2008-06-11 华为技术有限公司 Partial data checking method and device
CN101727466A (en) * 2008-10-31 2010-06-09 北大方正集团有限公司 Method and device for verifying service data object
CN102103639A (en) * 2011-01-26 2011-06-22 北京京东世纪贸易有限公司 Data verification method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101753605B (en) * 2008-12-02 2012-08-08 北大方正集团有限公司 Data validation method and server
CN101576823A (en) * 2009-06-11 2009-11-11 阿里巴巴集团控股有限公司 Method for verifying form control and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197875A (en) * 2007-12-26 2008-06-11 华为技术有限公司 Partial data checking method and device
CN101727466A (en) * 2008-10-31 2010-06-09 北大方正集团有限公司 Method and device for verifying service data object
CN102103639A (en) * 2011-01-26 2011-06-22 北京京东世纪贸易有限公司 Data verification method and device

Also Published As

Publication number Publication date
CN102103639A (en) 2011-06-22

Similar Documents

Publication Publication Date Title
WO2012100681A1 (en) Data verification method and device
US11281457B2 (en) Deployment of infrastructure in pipelines
JP7450678B2 (en) Constraint injection in unlocking transaction bytecode
EP3669313B1 (en) Methods and systems for blockchain-implemented script-based byte interpretation
CN105814539B (en) The method and apparatus generated for code virtualization and remote process call
US20200304294A1 (en) Preventing misrepresentation of input data by participants in a secure multi-party computation
CN107743624A (en) Equity confirms
CN109154885A (en) Business processing on block platform chain executes
CN111213135B (en) System and method for blockchain-based notification
CN102841930A (en) Integrated sharing of electronic documents
CN111656730A (en) Decoupling and updating locking credentials on a mobile device
JP2014525092A (en) Methods for associating third-party content with online document signatures
CN112437936A (en) Point-to-point transfer of accounts
CN111226199B (en) System and method for blockchain based notification
CN101753605A (en) Data validation method and server
TWI632514B (en) Digital transaction method,user device,service provider device and digital transaction management server system
CN107291769A (en) The method and apparatus for handling concurrent order
CN111133428A (en) System and method for registering a subscribeable state in a blockchain
CN106874315A (en) For providing the method and apparatus to the access of content resource
CN111183444A (en) System and method for registering a subscribeable sub-state in a blockchain
CN103020827B (en) Payment processing method and system
US20210358581A1 (en) Secured validation system
Azli et al. Implementing Blockchain Technology for Accreditation and Degree Verification
CN108124237A (en) Noiseless announcement systems and method
TW201118750A (en) Group proving method and radio frequency identification reader and tags using thereof

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12738739

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12738739

Country of ref document: EP

Kind code of ref document: A1