CN110737878B - Method and system for automatically configuring digital signature of application software and electronic equipment - Google Patents

Method and system for automatically configuring digital signature of application software and electronic equipment Download PDF

Info

Publication number
CN110737878B
CN110737878B CN201810798359.6A CN201810798359A CN110737878B CN 110737878 B CN110737878 B CN 110737878B CN 201810798359 A CN201810798359 A CN 201810798359A CN 110737878 B CN110737878 B CN 110737878B
Authority
CN
China
Prior art keywords
digital signature
acquiring
keyboard
pin code
input
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201810798359.6A
Other languages
Chinese (zh)
Other versions
CN110737878A (en
Inventor
姚旭
杨希怀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Honghe Innovation Information Technology Co Ltd
Original Assignee
Shenzhen Honghe Innovation Information Technology Co Ltd
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 Shenzhen Honghe Innovation Information Technology Co Ltd filed Critical Shenzhen Honghe Innovation Information Technology Co Ltd
Priority to CN201810798359.6A priority Critical patent/CN110737878B/en
Publication of CN110737878A publication Critical patent/CN110737878A/en
Application granted granted Critical
Publication of CN110737878B publication Critical patent/CN110737878B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/105Arrangements for software license management or administration, e.g. for managing licenses at corporate level
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3247Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Technology Law (AREA)
  • Multimedia (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method and a system for automatically configuring digital signature of application software, and electronic equipment, comprising the following steps: acquiring a digital signature process; acquiring a digital signature thread according to the acquired digital signature process; acquiring a corresponding client window according to the acquired digital signature thread; acquiring a PIN code input box according to the acquired client window; activating the PIN code input box, and setting a keyboard input focus; the analog keyboard inputs PIN codes; and finishing the input of the PIN code by the simulation keyboard, and inputting the enter confirmation key by the simulation keyboard. The method and the system can automatically complete the digital signature process of the application software without manual operation, and are beneficial to realizing the automatic integration process of the application software.

Description

Method and system for automatically configuring digital signature of application software and electronic equipment
Technical Field
The invention relates to the technical field of application software management, in particular to a method and a system for automatically configuring digital signatures of application software and electronic equipment.
Background
Digital signature is an indispensable procedure before software release. Because the digital certificate is generally stored in a hardware security medium (such as a USB KEY), when the application software is digitally signed, the PIN code is manually input in a corresponding client window, so that the digital signature of the software can be successfully completed, and the automatic integration process before the software is released is influenced.
Disclosure of Invention
In view of the above, the present invention aims to provide a method, a system and an electronic device for automatically configuring a digital signature of an application software, which can automatically complete the digital signature process of the application software, without manual operation, and is beneficial to realizing the automatic integration process of the application software.
Based on the above object, an embodiment of the present invention provides a method for automatically configuring a digital signature of application software, including:
s1: acquiring a digital signature process;
s2: acquiring a digital signature thread according to the acquired digital signature process;
s3: acquiring a corresponding client window according to the acquired digital signature thread;
s4: acquiring a PIN code input box according to the acquired client window;
s5: activating the PIN code input box, and setting a keyboard input focus;
s6: simulating the keyboard to input a PIN code at the keyboard input focus;
s7: and finishing the input of the PIN code by the simulation keyboard, and inputting the enter confirmation key by the simulation keyboard.
Optionally, acquiring all processes by using an acquisition process function interface, and acquiring a digital signature process name;
acquiring a digital signature process id through the digital signature process name;
acquiring a corresponding digital signature thread id through the digital signature process id by using an acquisition thread function interface;
acquiring all corresponding windows according to the digital signature thread id by using an acquisition window function interface; determining the matched client window according to the window information;
acquiring a corresponding sub-window according to the client window by utilizing an acquisition sub-window function interface; determining the PIN code input box according to the input box information;
setting the keyboard input focus on the PIN code input box;
at the keyboard input focus, keyboard code data consistent with the PIN code is input by a simulated keyboard;
and finishing the input of the PIN code by the simulation keyboard, and inputting keyboard code data consistent with the carriage return key by the simulation keyboard.
The embodiment of the invention also provides a system for automatically configuring the digital signature of the application software, which comprises the following steps:
the process acquisition module is used for acquiring a digital signature process;
the thread acquisition module is used for acquiring a digital signature thread according to the acquired digital signature process;
the window acquisition module is used for acquiring a corresponding client window according to the acquired digital signature thread;
the input box acquisition module is used for acquiring a PIN code input box according to the acquired client window;
the setting module is used for activating the PIN code input box according to the acquired PIN code input box, setting an input focus, simulating a keyboard to input the PIN code and inputting a carriage return confirmation key.
The embodiment of the invention also provides electronic equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, and is characterized in that the processor realizes the method for automatically configuring the digital signature of the application software when executing the program.
From the above, the method, the system and the electronic device for automatically configuring the digital signature of the application software can automatically complete the digital signature process of the application software without manual operation by automatically acquiring the digital signature process, the digital signature thread, the client window and the PIN code input box and then simulating and inputting the PIN code, thereby realizing the automatic integration process of the application software.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a method according to an embodiment of the invention;
FIG. 2 is a block diagram of the system components of an embodiment of the present invention.
Detailed Description
The present invention will be further described in detail below with reference to specific embodiments and with reference to the accompanying drawings, in order to make the objects, technical solutions and advantages of the present invention more apparent.
It should be noted that, in the embodiments of the present invention, all the expressions "first" and "second" are used to distinguish two entities with the same name but different entities or different parameters, and it is noted that the "first" and "second" are only used for convenience of expression, and should not be construed as limiting the embodiments of the present invention, and the following embodiments are not described one by one.
FIG. 1 is a flow chart of a method according to an embodiment of the invention. As shown in the figure, the method for automatically configuring the digital signature of the application software disclosed by the invention comprises the following steps:
s1: acquiring a digital signature process;
in the embodiment of the invention, all processes are acquired by utilizing the process acquisition function interface in the Windows API function, and the digital signature process name is acquired. And acquiring the digital signature process id through the digital signature process name by using a getprocess () function interface.
S2: acquiring a digital signature thread according to the acquired digital signature process;
in the embodiment of the invention, the digital signature thread id corresponding to the digital signature process is acquired through the digital signature process id by using the getThreads () function interface.
S3: acquiring a corresponding client window according to the acquired digital signature thread;
in the embodiment of the invention, the EnumThreadWndProc function interface in the Windows API function is utilized to acquire all corresponding Windows according to the digital signature thread id. And screening out a window consistent with the digital signature PIN code input window according to the window title (for example, windows security) and the type information (for example, "# 32770") as a matched client window.
S4: acquiring a PIN code input box according to the acquired client window;
in the embodiment of the invention, the EnumChildProc function interface in the Windows API function is utilized to obtain the corresponding sub-window according to the matched client window. And screening out an input box which is consistent with the digital signature PIN code input box according to the input box type (such as 'edition'), the name (such as 'Pin') and the like, and taking the input box as a matched PIN code input box.
S5: activating the PIN code input box, and setting a keyboard input focus;
in the embodiment of the invention, the IUIAutomation element function interface is obtained through the window of the PIN code input box, and the keyboard input focus is set by calling the SetFocus method of the IUIAutomation element function interface.
S6: simulating the keyboard to input PIN codes at the set keyboard input focus;
in the embodiment of the invention, keyboard ASCII code data consistent with the PIN code is sent by utilizing a SendInput function interface in the Windows API function at the set keyboard input focus.
S7: and finishing the input of the PIN code by the simulation keyboard, and inputting the enter confirmation key by the simulation keyboard.
After the PIN code is input by the simulation keyboard, ASCII code data corresponding to the carriage return key is sent by using the SendInput function interface. Thus, the automatic setting process of the PIN code is completed.
FIG. 2 is a block diagram of the system components of an embodiment of the present invention. As shown in the figure, the system for automatically configuring the digital signature of the application software comprises a process acquisition module, a thread acquisition module, a window acquisition module, an input box acquisition module and a setting module.
The process acquisition module is used for acquiring a digital signature process;
the thread acquisition module is used for acquiring a digital signature thread according to the acquired digital signature process;
the window acquisition module is used for acquiring a corresponding client window according to the acquired digital signature thread;
the input box acquisition module is used for acquiring a PIN code input box according to the acquired client window;
the setting module is used for activating the PIN code input box according to the acquired PIN code input box, setting an input focus, simulating a keyboard to input the PIN code and inputting a carriage return confirmation key.
Based on the above object, the embodiment of the present invention further proposes an embodiment of an apparatus for automatically configuring a digital signature of application software. The device comprises:
one or more processors and memory.
The apparatus for performing the method of automatically configuring the digital signature of the application software may further include: input means and output means.
The processor, memory, input devices, and output devices may be connected by a bus or other means.
The memory is used as a non-volatile computer readable storage medium, and may be used to store a non-volatile software program, a non-volatile computer executable program, and a module, such as program instructions/modules (e.g., a process acquisition module, a thread acquisition module, a window acquisition module, an input box acquisition module, and a setting module shown in fig. 2) corresponding to a method for automatically configuring digital signatures of application software in an embodiment of the present invention. The processor executes various functional applications of the server and data processing, i.e., a method of implementing the digital signature of the auto-configuration application software of the above-described method embodiments, by running non-volatile software programs, instructions, and modules stored in the memory.
The memory may include a memory program area and a memory data area, wherein the memory program area may store an operating system, at least one application program required for a function; the storage data area may store data created according to the use of a device performing the method of automatically configuring digital signatures of application software, etc. In addition, the memory may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some embodiments, the memory optionally includes memory remotely located with respect to the processor, the remote memory being connectable to the membership user action monitoring device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means may receive input digital or character information and key signal inputs related to user settings and function control of the means for generating a digital signature for executing the method of automatically configuring application software. The output means may comprise a display device such as a display screen.
The one or more modules are stored in the memory and when executed by the one or more processors perform the method of automatically configuring digital signatures of application software in any of the method embodiments described above. The technical effect of the embodiment of the device for executing the method for automatically configuring the digital signature of the application software is the same as or similar to any of the method embodiments.
The embodiment of the invention also provides a non-transitory computer storage medium, which stores computer executable instructions that can execute the method for processing the list item operation in any of the method embodiments. Embodiments of the non-transitory computer storage medium have technical effects identical or similar to any of the method embodiments described above.
Finally, it should be noted that, as will be appreciated by those skilled in the art, all or part of the procedures in implementing the methods of the embodiments described above may be implemented by a computer program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and the program may include the procedures of the embodiments of the methods described above when executed. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), or the like. The technical effects of the computer program embodiments are the same as or similar to any of the method embodiments described above.
In addition, typically, the devices, apparatuses and the like described in the present disclosure may be various electronic terminal apparatuses, such as mobile phones, personal Digital Assistants (PDAs), tablet computers (PADs), smart televisions, and the like, and may also be large-sized terminal apparatuses, such as servers, and the like, so the protection scope of the present disclosure should not be limited to a specific type of device, apparatus, and the like. The client described in the present disclosure may be applied to any of the above electronic terminal devices in the form of electronic hardware, computer software, or a combination of both.
Furthermore, the method according to the present disclosure may also be implemented as a computer program executed by a CPU, which may be stored in a computer-readable storage medium. The above-described functions defined in the methods of the present disclosure are performed when the computer program is executed by a CPU.
Further, it should be appreciated that the computer-readable storage medium (e.g., memory) described herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of example, and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), and direct RambusRAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
The device of the foregoing embodiment is configured to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which is not described herein.
Those of ordinary skill in the art will appreciate that: the discussion of any of the embodiments above is merely exemplary and is not intended to suggest that the scope of the disclosure, including the claims, is limited to these examples; the technical features of the above embodiments or in the different embodiments may also be combined within the idea of the invention, the steps may be implemented in any order and there are many other variations of the different aspects of the invention as described above, which are not provided in detail for the sake of brevity.
Additionally, well-known power/ground connections to Integrated Circuit (IC) chips and other components may or may not be shown within the provided figures, in order to simplify the illustration and discussion, and so as not to obscure the invention. Furthermore, the devices may be shown in block diagram form in order to avoid obscuring the invention, and also in view of the fact that specifics with respect to implementation of such block diagram devices are highly dependent upon the platform within which the present invention is to be implemented (i.e., such specifics should be well within purview of one skilled in the art). Where specific details (e.g., circuits) are set forth in order to describe example embodiments of the invention, it should be apparent to one skilled in the art that the invention can be practiced without, or with variation of, these specific details. Accordingly, the description is to be regarded as illustrative in nature and not as restrictive.
While the invention has been described in conjunction with specific embodiments thereof, many alternatives, modifications, and variations of those embodiments will be apparent to those skilled in the art in light of the foregoing description. For example, other memory architectures (e.g., dynamic RAM (DRAM)) may use the embodiments discussed.
The embodiments of the invention are intended to embrace all such alternatives, modifications and variances which fall within the broad scope of the appended claims. Therefore, any omission, modification, equivalent replacement, improvement, etc. of the present invention should be included in the scope of the present invention.

Claims (4)

1. A method for automatically configuring a digital signature of application software, comprising:
s1: acquiring a digital signature process;
s2: acquiring a digital signature thread according to the acquired digital signature process;
s3: acquiring a corresponding client window according to the acquired digital signature thread;
s4: acquiring a PIN code input box according to the acquired client window;
s5: activating the PIN code input box, and setting a keyboard input focus;
s6: simulating the keyboard to input a PIN code at the keyboard input focus;
s7: and finishing the input of the PIN code by the simulation keyboard, and inputting the enter confirmation key by the simulation keyboard.
2. The method of claim 1, wherein the step of determining the position of the substrate comprises,
acquiring all processes by using an acquisition process function interface, and acquiring a digital signature process name; acquiring a digital signature process id through the digital signature process name;
acquiring a corresponding digital signature thread id through the digital signature process id by using an acquisition thread function interface;
acquiring all corresponding windows according to the digital signature thread id by using an acquisition window function interface; determining the matched client window according to the window information;
acquiring a corresponding sub-window according to the client window by utilizing an acquisition sub-window function interface; determining the PIN code input box according to the input box information;
setting the keyboard input focus on the PIN code input box;
at the keyboard input focus, keyboard code data consistent with the PIN code is input by a simulated keyboard;
and finishing the input of the PIN code by the simulation keyboard, and inputting keyboard code data consistent with the carriage return key by the simulation keyboard.
3. A system for automatically configuring a digital signature of application software, comprising:
the process acquisition module is used for acquiring a digital signature process;
the thread acquisition module is used for acquiring a digital signature thread according to the acquired digital signature process;
the window acquisition module is used for acquiring a corresponding client window according to the acquired digital signature thread;
the input box acquisition module is used for acquiring a PIN code input box according to the acquired client window;
the setting module is used for activating the PIN code input box according to the acquired PIN code input box, setting an input focus, simulating a keyboard to input the PIN code and inputting a carriage return confirmation key.
4. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 2 when the program is executed by the processor.
CN201810798359.6A 2018-07-19 2018-07-19 Method and system for automatically configuring digital signature of application software and electronic equipment Active CN110737878B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810798359.6A CN110737878B (en) 2018-07-19 2018-07-19 Method and system for automatically configuring digital signature of application software and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810798359.6A CN110737878B (en) 2018-07-19 2018-07-19 Method and system for automatically configuring digital signature of application software and electronic equipment

Publications (2)

Publication Number Publication Date
CN110737878A CN110737878A (en) 2020-01-31
CN110737878B true CN110737878B (en) 2023-12-22

Family

ID=69235526

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810798359.6A Active CN110737878B (en) 2018-07-19 2018-07-19 Method and system for automatically configuring digital signature of application software and electronic equipment

Country Status (1)

Country Link
CN (1) CN110737878B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1561508A (en) * 2000-09-07 2005-01-05 斯维沃安全有限公司 Code identification method and system
EP1770587A1 (en) * 2005-09-29 2007-04-04 Research In Motion Limited Remote hash generation in a system and method for providing code signing services
CN101206542A (en) * 2006-12-18 2008-06-25 汉王科技股份有限公司 Ciphering signature writing pad with press keys and display screen
CN102685121A (en) * 2012-05-03 2012-09-19 飞天诚信科技股份有限公司 Digital signature method and digital signature device
US9219611B1 (en) * 2014-02-20 2015-12-22 Symantec Corporation Systems and methods for automating cloud-based code-signing services
CN106209754A (en) * 2015-05-08 2016-12-07 中标软件有限公司 Method and system to software kit automatic signature in version control system
CN107026735A (en) * 2016-01-29 2017-08-08 李明 Method and managed devices that a kind of password is automatically entered

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1561508A (en) * 2000-09-07 2005-01-05 斯维沃安全有限公司 Code identification method and system
EP1770587A1 (en) * 2005-09-29 2007-04-04 Research In Motion Limited Remote hash generation in a system and method for providing code signing services
CN101206542A (en) * 2006-12-18 2008-06-25 汉王科技股份有限公司 Ciphering signature writing pad with press keys and display screen
CN102685121A (en) * 2012-05-03 2012-09-19 飞天诚信科技股份有限公司 Digital signature method and digital signature device
US9219611B1 (en) * 2014-02-20 2015-12-22 Symantec Corporation Systems and methods for automating cloud-based code-signing services
CN106209754A (en) * 2015-05-08 2016-12-07 中标软件有限公司 Method and system to software kit automatic signature in version control system
CN107026735A (en) * 2016-01-29 2017-08-08 李明 Method and managed devices that a kind of password is automatically entered

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Behavior Based Human Authentication on Touch Screen Devices Using Gestures and Signatures;Muhammad Shahzad 等;《Behavior Based Human Authentication on Touch Screen Devices Using Gestures and Signatures》;第16卷(第10期);第2726-2741页 *
本地提供签名服务系统的设计与实现;左石城 等;《软件》;第38卷(第2期);第84-90页 *

Also Published As

Publication number Publication date
CN110737878A (en) 2020-01-31

Similar Documents

Publication Publication Date Title
CN110830280B (en) Micro-service gateway device and method and electronic equipment
CN105095919A (en) Image recognition method and image recognition device
AU2017302249A1 (en) Visual regression testing tool
CN111062189A (en) Data analysis method and device and electronic equipment
CN113792278A (en) Method and device for displaying application and picture and electronic equipment
US11824900B2 (en) Artificial intelligence security configuration engine
US20180032785A1 (en) Method for setting fingerprint sensor interrupt threshold, apparatus, and terminal device
CN111353368A (en) Pan-tilt camera, face feature processing method and device and electronic equipment
CN111245841A (en) Account authorization method and system
CN110737878B (en) Method and system for automatically configuring digital signature of application software and electronic equipment
CN110781139A (en) Teaching plan resource management system and method and electronic equipment
CN107133514B (en) password prompting method and mobile terminal
CN110647736A (en) Plug-in agent system login method and device, computer equipment and storage medium
CN111382415A (en) Unified login method and device and electronic equipment
CN111190529B (en) Keyboard input method and device and electronic equipment
KR20190065386A (en) Method, system and medium for pairing devices to complete a task using an application request
US20140324368A1 (en) Test method, test system and electronic device employing the same
CN110912959B (en) Equipment access method and device, management and control system and electronic equipment
CN111045934A (en) Page analysis method, device, client, storage medium and electronic equipment
CN110806910A (en) Method and system for optimizing carousel map and electronic equipment
CN110765738A (en) System and method for generating card number and electronic equipment
CN113852621B (en) License information determining method and device based on Jenkins server and storage medium
CN110908567B (en) Terminal assistant device and method and electronic equipment
CN111324226B (en) Touch message processing method and device and electronic equipment
CN111158569A (en) Erasing operation method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant