KR20000039608A - Method and apparatus for forming protocol using abstract syntax notation - Google Patents

Method and apparatus for forming protocol using abstract syntax notation Download PDF

Info

Publication number
KR20000039608A
KR20000039608A KR1019980054998A KR19980054998A KR20000039608A KR 20000039608 A KR20000039608 A KR 20000039608A KR 1019980054998 A KR1019980054998 A KR 1019980054998A KR 19980054998 A KR19980054998 A KR 19980054998A KR 20000039608 A KR20000039608 A KR 20000039608A
Authority
KR
South Korea
Prior art keywords
type
abstract syntax
data
notation
tree
Prior art date
Application number
KR1019980054998A
Other languages
Korean (ko)
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 이계철
Priority to KR1019980054998A priority Critical patent/KR20000039608A/en
Publication of KR20000039608A publication Critical patent/KR20000039608A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/211Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computing Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE: A method and apparatus for forming protocol using abstract syntax notation is provided to offer an environment for developing and managing an effective and excellent protocol by seeing an inputted exchange information data as an encoded data value and a decoded data value according to a basic encoding rule(BER). CONSTITUTION: A type editor(110) provides a protocol definition editing interface. A type edition command interpreter(120) interprets an accident command received from an abstract syntax type editor interface. A type syntax analyzer(130) analyzes an error to a syntax of a type definition text value inputted from the type edition command interpreter(120). A type sense analyzer(140) analyzes and computes a static sense to a type of a defined abstract syntax notation. A type format output unit(150) outputs the defined type and the error message as a formatted structure expression to an editor interface. An abstract syntax tree information and processor(200) provides necessary information of an abstract syntax context for inducing and a type and an abstract syntax notation. A data editor(310) provides an editing interface environment of data a type of the abstract syntax notation. A data editing command interpreter(320) interprets an accident command received from a data editor interface. A data syntax analyzer(330) analyzes an error to a syntax of data inputted from the data editing command interpreter(320).

Description

추상구문 표기법을 이용한 프로토콜 형성 방법 및 장치Method and apparatus for protocol formation using abstract syntax notation

본 발명은 통신 시스템의 지능망에서 개방형 시스템 인터페이스(OSI)의 추상구문표기법(ASN.1)에 의한 응용 계층 통신 프로토콜 설계와 개발하는 경우에 추상구문 문법을 유도하는 편집 환경을 제공하기 위한 추상구문 표기법을 이용한 프로토콜 형성 방법 및 장치에 관한 것이다.The present invention provides an abstract syntax notation for providing an editing environment for deriving an abstract syntax grammar when designing and developing an application layer communication protocol using an open system interface (OSI) abstract syntax notation (ASN.1) in an intelligent network of a communication system. It relates to a protocol forming method and apparatus using the.

종래의 응용 프로토콜 설계 및 개발 환경은 추상구문 표기법(ASN.1)에 의해 교환되는 정보의 암호화(encoding)와 해독(decoding)하는 단순 기능에만 국한되어 있다. 추상구문표기법(ASN.1)은 고급 언어로 표준화 되어 있음에도 불구하고, 매우 어렵고 복잡하여 추상구문표기법에 익숙하지 않은 사용자에겐 많은 시간과 노력을 요구한다. 또한, 이러한 환경에서는 응용 프로토콜 개발 시험 중에 발생하는 교환정보의 암호 및 해독 중에 오류가 발생하면 오류가 발생한 위치를 찾기 어려운 점을 갖고 있다.Conventional application protocol design and development environments are limited to the simple functionality of encoding and decoding information exchanged by Abstract Syntax Notation (ASN.1). Although abstract syntax notation (ASN.1) is standardized in high-level languages, it is very difficult and complex and requires a lot of time and effort for users unfamiliar with abstract syntax notation. In addition, in such an environment, if an error occurs during the encryption and decryption of the exchange information generated during the application protocol development test, it is difficult to find the location where the error occurred.

따라서, 기존의 프로토콜 설계 및 개발 환경은 비 숙련된 사용자들의 프로토콜 설계 및 개발 오류에 대한 신속하고 효율적인 검증을 하기가 어렵다는 문제점이 있었다.Therefore, the existing protocol design and development environment has a problem that it is difficult to quickly and efficiently verify the protocol design and development errors of inexperienced users.

상기와 같은 프로토콜 설계 및 개발오류의 형성에 대한 문제점을 해결하기 위하여 안출된 본 발명은,The present invention has been made to solve the problems of the protocol design and the formation of development errors as described above,

첫째, 구문지향 편집기 방법을 적용하여 사용자에게 프로토콜 설계 문법을 유도하여 문법의 오류를 제거하고,First, we apply the syntax-oriented editor method to induce the protocol design grammar to the user to remove the grammar error,

둘째, 설계된 프로토콜의 정보교환 데이터 타입에 따라 교환 정보 데이터 값의 입력을 유도하고,Second, inducing the input of the exchange information data value according to the information exchange data type of the designed protocol;

셋째, 입력된 교환 정보 데이터의 값을 기본암호화 법칙(BER)에 따라 암호화된 데이터 값과 해독된 데이터 값을 함께 보여 줌으로서, 기존의 텍스트에 대화적 요소와 시각적 요소들을 가미하고, 대화적인 상호작용을 통한 추상구문 표기 문법 정보를 이용하여 프로토콜 설계 및 개발에서 발생하는 에러 검증의 편리성과 효율성을 높이는 프로토콜 설계 및 개발 환경을 지원 및 구성하여 추상구문 표기법을 이용한 프로토콜을 설계하고 개발을 지원하여 형성하는 방법 및 장치를 제공하는데 그 목적이 있다.Third, by showing the value of the exchanged data inputted together with the encrypted data value and the decrypted data value according to the basic encryption law (BER), the existing text is added to the interactive and visual elements, Abstract syntax notation through the use of grammar information Support and construct a protocol design and development environment that enhances the convenience and efficiency of error verification that occurs in protocol design and development. Design and develop protocols using abstract syntax notation. It is an object of the present invention to provide a method and apparatus.

도 1은 본 발명이 적용되는 추상구문 표기법을 이용한 프로토콜 개발 환경을 구성하기 위한 일실시예 구성도,1 is an embodiment configuration diagram for configuring a protocol development environment using the abstract syntax notation to which the present invention is applied,

도 2은 본 발명에 따른 추상구문 표기법의 추상구문 트리를 유도하는 트리 구조도,2 is a tree structure diagram for deriving an abstract syntax tree of an abstract syntax notation according to the present invention;

도 3은 본 발명에 따른 추상구문 트리의 타입추상구문 트리를 유도하는 트리 구조도,3 is a tree structure diagram for deriving a type abstract syntax tree of an abstract syntax tree according to the present invention;

도 4은 본 발명에 따른 추상구문 트리의 데이터추상구문 트리를 유도하는 트리 구조도,4 is a tree structure diagram for deriving a data abstract syntax tree of an abstract syntax tree according to the present invention;

도 5은 본 발명에 따른 추상구문 타입 표기법에 따라 프로토콜 형성 환경을 제공하기 위한 일실시예 흐름도,5 is a flow diagram of an embodiment for providing a protocol forming environment according to the abstract syntax type notation according to the present invention;

도 6은 본 발명에 따른 추상구문 데이터 표기법에 따라 프로토콜 형성 환경을 제공하기 위한 일실시예 흐름도.6 is an embodiment flow diagram for providing a protocol formation environment in accordance with abstract syntax data notation in accordance with the present invention.

도면의 주요 부분에 대한 부호의 설명Explanation of symbols for the main parts of the drawings

OSI : 개방형 시스템 인터페이스( Open Systems Interconnection)OSI: Open Systems Interconnection

AST : 추상 구문 트리(Abstraction Syntax Three)AST: abstract syntax tree

ASN.1 : 추상구문 표기법(Abstraction Syntax Notation)ASN.1: Abstract Syntax Notation

BER : 기본 암호화 법칙(Basic Encoding Rule)BER: Basic Encoding Rule

상기 목적을 달성하기 위한 본 발명에 의한 추상구문 표기법을 이용한 프로토콜 형성 방법은, 통신 매체나 인터페이스를 통해 어플리케이션 프로세스간의 교환되는 정보의 구조, 즉, 데이터 타입과 값을 기술하고 개발하는 프로토콜 형성 방법에 있어서, 응용 프로토콜에서 사용하는 추상구문 표기법을 유도하여 편집하고, 정의된 응용 프로토콜 타입에 따라 입력 데이터를 유도하여 편집하는 제 1 단계; 및 추상구문 타입 표기법에 따라 정의된 응용 프로토콜과 그 응용 프로토콜 타입에 따라 입력된 데이터를 암호화/해독 처리하는 2단계를 포함한다.The protocol formation method using the abstract syntax notation according to the present invention for achieving the above object is a protocol formation method for describing and developing the structure of information exchanged between application processes, that is, data types and values, through a communication medium or an interface. A first step of deriving and editing an abstract syntax notation used in an application protocol and inducing and editing input data according to a defined application protocol type; And two steps of encrypting / decrypting the application protocol defined according to the abstract syntax type notation and the input data according to the application protocol type.

또한, 본 발명에 따른 추상구문 표기법을 이용한 프로토콜 형성 장치는, 추상구문의 타입 표기법에 따라 응용 프로토콜을 정의할 수 있도록 문법을 유도하는 추상구문 표기 타입편집기; 타입과 데이터 입력의 추상구문 표기 문법을 유도할 수 있도록 추상구문 문맥의 필요 정보를 제공하는 추상구문 트리 정보 및 처리기와; 추상구문 타입 표기법에 의해 정의된 응용 프로토콜 타입에 따라 추상구문 데이터 표기법을 유도하는 추상구문 표기법의 데이터 편집기를 구비한다.In addition, the apparatus for forming a protocol using the abstract syntax notation according to the present invention comprises: an abstract syntax notation type editor for deriving a grammar to define an application protocol according to an abstract syntax type notation; An abstract syntax tree information and processor for providing necessary information of an abstract syntax context so as to derive an abstract syntax notation grammar of type and data input; And a data editor of abstract syntax notation that derives the abstract syntax data notation according to the application protocol type defined by the abstract syntax type notation.

이하 첨부된 도면을 통하여 본 발명에 따른 일실시 예를 상세히 설명한다.Hereinafter, an embodiment according to the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 프로토콜을 설계, 개발, 지원에 의하여 형성하는 방법이 적용되는 모듈의 일실시예 구성도로서, 추상구문의 타입 표기법에 따라 응용 프로토콜을 정의할 수 있도록 문법을 유도하는 추상구문 표기법의 타입에 따라 편집하는 단계(100)과; 타입과 데이터 입력의 추상구문 표기 문법을 유도할 수 있도록 추상구문 문맥의 필요 정보를 제공하는 추상구문 트리 정보 및 처리기(200)와; 추상구문 타입 표기법에 의해 정의된 응용 프로토콜 타입에 따라 추상구문 데이터 표기법을 유도하는 추상구문 표기법의 데이터 편집하는 단계(300)을 구비한다.1 is an embodiment configuration diagram of a module to which a method of designing, developing, and supporting a protocol of the present invention is applied, and an abstract syntax for deriving a grammar to define an application protocol according to a type notation of an abstract syntax. Editing according to the type of notation (100); An abstract syntax tree information and processor 200 for providing necessary information of an abstract syntax context so as to derive an abstract syntax notation grammar of type and data input; And data editing 300 of abstract syntax notation that derives the abstract syntax data notation according to the application protocol type defined by the abstract syntax type notation.

상기 추상구문 표기법의 타입에 따라 편집하는 단계(100)은 사용자의 프로토콜 정의 편집 인터페이스를 제공하는 타입 편집기(110)와, 추상구문 타입 편집기 인터페이스로부터 받아들인 사건 명령을 해석하는 타입 편집 명령 해석기(120)와, 타입 편집 명령 해석기로부터 입력된 타입 정의 텍스트 값의 구문에 대한 오류를 분석하기 위한 타입 구문 분석기(130)와, 정의된 추상구문 표기법의 타입 형에 대한 정적 의미를 분석하고 계산하는 타입 의미 분석기(140)와, 정의된 타입 형과 상기의 분석 하는 단계(120-140)에서 발생된 오류 메시지를 형식화된 구조적 표현으로 편집기 인터페이스에 출력하는 타입 형식화 출력기(150)를 구비한다.Editing according to the type of abstract syntax notation 100 includes a type editor 110 providing a protocol definition editing interface of a user, and a type editing command interpreter 120 for interpreting an event command received from the abstract syntax type editor interface. ), A type parser 130 for analyzing errors in the syntax of type definition text values input from the type edit command interpreter, and type semantics for analyzing and calculating the static meanings of the type types of the defined abstract syntax notation. An analyzer 140 and a type formatting output 150 for outputting a defined type type and an error message generated in the analyzing step 120-140 to the editor interface in a formatted structural representation.

상기 추상구문 트리 정보 및 처리기(200)는 추상구문 표기법의 문법에 관한 정보를 제공하는 추상구문 표기 문법 정보(210)와, 편집 명령 해석기(120, 320)의 동작에 따라 내부적으로 표현된 트리의 추가/삭제/검색 등의 추상구문 트리를 조작하는 추상구문 표기법 추상구문 트리(AST) 처리기(220)와, 추상구문 표기법에 의해 입력(100, 300)된 정보를 표현하는 타입추상구문 트리(230)와, 데이터추상구문 트리(240)를 구비한다.The abstract syntax tree information and the processor 200 may include the abstract syntax notation grammar information 210 that provides information on the grammar of the abstract syntax notation, and the internally expressed tree according to the operation of the edit command interpreters 120 and 320. Abstract Syntax Notation for Manipulating Abstract Syntax Trees, such as Add / Delete / Retrieve Abstract Syntax Tree (AST) Processor 220 and Type Abstract Syntax Tree 230 for Representing Information Inputted by Abstract Syntax Notation (100, 300) And a data abstract syntax tree 240.

상기 추상구문 데이터 편집하는 단계(300)은 사용자의 추상구문 표기법의 타입형에 따라 데이터의 편집 인터페이스 환경을 제공하는 추상구문 표기법의 데이터 편집기(310)와, 상기 데이터 편집기 인터페이스로부터 받아들인 사건 명령을 해석하는 데이터 편집 명령 해석기(320)와, 상기 명령 해석기로부터 입력된 데이터에 대한 구문에 대한 오류를 분석하기 위한 데이터 구문 분석기(330)와, 정의된 추상구문 표기법의 데이터에 대한 정적 의미를 분석하고 계산하는 데이터 의미 분석기(340)와, 추상구문 표기법의 타입의 정의에 따라 입력된 데이터 값을 기본암호화법칙(BER)에 따라 암호화/해독하는 추상구문 표기법 암호화/해독기(350)와, 정의된 타입 형의 데이터 입력과 상기의 분석 하는 단계(320-340)에서 발생된 오류 메시지를 형식화된 구조적 표현으로 편집기 인터페이스에 출력하는 데이터 형식화 출력기(360)를 구비한다.The editing of the abstract syntax data 300 may include a data editor 310 of an abstract syntax notation providing an editing interface environment of data according to a type type of an abstract syntax notation of a user, and an event command received from the data editor interface. Analyze the static meaning of the data editing command interpreter 320 to interpret, the data parser 330 for analyzing the error of the syntax for the data input from the command interpreter, and the data of the defined abstract syntax notation. A data semantic analyzer 340 for calculating and an abstract syntax notation encryptor / decoder 350 that encrypts / decrypts an input data value according to a definition of an abstract syntax notation according to a basic encryption law (BER), and a defined type Data type and error messages generated in the above analysis step (320-340) to a formal structural representation. And a formatted data output unit 360 for output to the editor interface.

따라서, 상기한 바와 같은 구성을 갖는 추상구문 표기법을 이용한 프로토콜 형성 방법에서 본 발명이 적용되는 편집기의 입력에 따라 입력 정보를 분석하여 추상구문트리(AST) 구성하고, 트리의 구성에 따라 편집기 인터페이스에 대화적인 상호작용을 통해 즉각적인 피드백을 하는 블록으로 구성되어 있다.Therefore, in the protocol forming method using the abstract syntax notation having the above-described configuration, the input information is analyzed according to the input of the editor to which the present invention is applied, to construct an abstract syntax tree (AST), and to the editor interface according to the structure of the tree. It consists of blocks that provide instant feedback through interactive interactions.

도 2는 본 발명에 따른 추상구문 표기 문법 정보로 추상구문 모듈을 유도하는 추상구문 트리 구조도이다. 추상구문 트리 구조도는 편집기를 통한 프로토콜 정의를 내부적으로 함축된 추상구문 트리(230,240)를 유도하고, 구성 할 수 있도록 한다.2 is an abstract syntax tree structure diagram for deriving an abstract syntax module with abstract syntax notation grammar information according to the present invention. The abstract syntax tree structure allows the abstract syntax trees 230 and 240 to be internally implied in the protocol definition through the editor and to be constructed.

추상구문 표기법에 의한 프로토콜의 정의는 모듈의 정의부터 시작된다. 추상구문 모듈을 정의하는 모듈트리(201)는 내부요소를 갖는 모듈 식벽자트리(202), 타 모듈 정의 타입트리(203), 외부사용 정의 타입트리(204), 타입추상구문 트리(205), 데이터추상구문 트리(206)의 부분트리로 프로토콜 정의에 따라 확장 된다.The definition of a protocol by abstract syntax notation begins with the definition of a module. The module tree 201 defining the abstract syntax module includes a modular wall tree 202 having internal elements, another module definition type tree 203, an external use definition type tree 204, a type abstract syntax tree 205, Subtree of data abstraction syntax tree 206, expanded according to protocol definition.

상기 타입추상구문 트리(230)는, 다차원 트리로 구성되며, 타입의 종류, 태그정보, 내포된 타입 정보, 타입의 크기, 데이터 범위 등을 구비한다. 또한 상기 데이터추상구문 트리(240)는, 다차원 트리로 구성되며, 타입 정보, 내포된 타입의 태그정보, 내포된 원시 타입의 데이터 등을 구비한다.The type abstract syntax tree 230 is composed of a multidimensional tree, and includes a type of type, tag information, nested type information, a size of a type, a data range, and the like. In addition, the data abstract syntax tree 240 is composed of a multidimensional tree, and includes type information, nested type tag information, and nested raw type data.

도 3은 본 발명에 따른 타입추상구문 트리 구조도이다.3 is a structure diagram of a type abstract syntax tree according to the present invention.

타입추상구문 트리 구조도는 도2의 타입추상구문 트리(205)로부터 확장되는 상세 구조도로, 추상구문 타입 편집기(110)로부터 입력되는 프로토콜 타입의 정의는 타입트리(302)로부터 타입을 정의하는 부분트리를 유도 한다. 부분트리로 유도되는 타입은 추상구문 표기 문법에서 제공하는 기본 타입과 새로 정의되는 타입으로 확장된다.The type abstract syntax tree is a detailed structure extending from the type abstract syntax tree 205 of FIG. 2, and the definition of the protocol type input from the abstract syntax type editor 110 is a partial tree defining the type from the type tree 302. Induce. Types derived from subtrees extend the base types provided by the abstract syntax notation and newly defined types.

도 4은 본 발명에 따른 데이터추상구문 트리 구조도이다.4 is a data abstract syntax tree structure diagram according to the present invention.

테이터추상구문 트리 구조도는 도2의 타입추상구문 트리(206)로부터 확장되는 상세 구조도로, 추상구문 데이터 편집기(310)로부터 입력되는 프로토콜 데이터 정의는 데이터 트리(402)로부터 데이터를 정의하는 부분트리를 유도 한다. 유도되는 데이터 부분트리는 타입트리(302)의 타입 정보에 따라 유도된다.The data abstract syntax tree is a detailed structure extending from the type abstract syntax tree 206 of FIG. 2, and the protocol data definition input from the abstract syntax data editor 310 is a partial tree defining data from the data tree 402. Induce. The derived data subtree is derived according to the type information of the type tree 302.

도 5은 본 발명에 따른 프로토콜 타입 입력을 분석하여 타입 추상구문 트리를 구성하는 일실시예 흐름도이다.5 is a flowchart illustrating an embodiment of constructing a type abstract syntax tree by analyzing a protocol type input according to the present invention.

먼저, 타입 편집기(501)로부터 편집 명령이 입력되면 입력된 사건의 타입 편집 명령(502)을 분석하여 편집 명령에 영향을 미치는 타입추상구문 트리의 부분트리를 분석(504-506)하고, 이 부분트리에 대한 구문 분석(507)을 한다.First, when an editing command is input from the type editor 501, the type editing command 502 of the input event is analyzed to analyze a partial tree of the type abstract syntax tree influencing the editing command (504-506). Parse the tree (507).

만일 구문 분석의 구문오류(508)가 발생하면 구문 오류 메시지를 편집기에 출력하고, 상기 조사결과(508) 구문 오류가 없으면, 구문 분석의 결과를 분석된 부분 타입추상구문 트리에 반영(509)하고, 부분 트리의 의미 분석(510)을 실행한다.If a syntax error 508 of parsing occurs, output a syntax error message to the editor. If there is no syntax error, the result of the parsing is reflected in the parsed partial type abstract syntax tree (509). The semantic analysis 510 of the partial tree is performed.

다음으로 의미분석의 하는 단계;에서 의미 오류가 있는지를 판단(511) 한다.Next, in the step of semantic analysis; it is determined whether there is a semantic error (511).

만일 의미 오류가 발생하면 의미 오류에 대한 메시지를 편집기에 출력하고, 의미오류가 발견되지 않으면 타입편집명령결과 출력기(512)에 의해 변경된 타입추상구문 트리의 속성값을 출력한다.If a semantic error occurs, a message about the semantic error is output to the editor, and if a semantic error is not found, the attribute value of the type type syntax tree changed by the type editing command result output unit 512 is output.

도 6은 본 발명에 따른 프로토콜 데이터 입력을 분석하여 테이터추상구문 트리를 구성하는 일실시예 흐름도이다.6 is a flowchart illustrating an embodiment of configuring a data abstract syntax tree by analyzing protocol data input according to the present invention.

먼저, 데이터 편집기(601)로부터 편집 명령이 입력되면 입력된 사건의 편집 명령(602) 분석하여 편집 명령에 영향을 미치는 데이터추상구문 트리의 부분트리를 분석(604-606)하고, 이 부분트리에 대한 구문 분석(607)을 한다.First, when an editing command is input from the data editor 601, the editing command 602 of the input event is analyzed to analyze the subtrees of the data abstract syntax tree affecting the editing command (604-606). Parse (607).

만일 데이터의 구문 오류(608)가 발생하면 데이터 구문 오류 메시지를 편집기에 출력하고, 상기 조사결과(608) 데이터 구문 오류가 없으면, 구문 분석의 결과를 분석된 부분 데이터추상구문 트리에 반영(609)하고, 데이터추상구문 트리의 부분트리의 의미 분석(610)을 실행한다.If a syntax error 608 of the data occurs, a data syntax error message is output to the editor, and if there is no data syntax error, the result of the parsing is reflected in the analyzed partial data abstract syntax tree (609). Then, the semantic analysis 610 of the subtree of the data abstraction syntax tree is performed.

다음으로 의미 분석하는 단계;에서 의미 오류가 있는지를 판단(611) 한다.Next, in the semantic analysis step, it is determined whether there is a semantic error (611).

만일 의미 오류가 발생하면 데이터의 의미 오류에 대한 메시지를 편집기에 출력하고, 의미 오류가 발생되지 않으면, 입력 데이터 값의 암호화(612) 단계를 수행하고, 데이터 편집명령결과 출력기(613)에 변경된 데이터추상구문 트리의 속성값을 출력한다.If a semantic error occurs, a message about the semantic error of the data is output to the editor. If the semantic error does not occur, the encryption operation 612 of the input data value is performed, and the changed data is output to the data editing command result output unit 613. Prints the attribute value of the abstract syntax tree.

이상에서 설명한 본 발명은, 본 발명이 속하는 기술분야에서의 통상의 지식을 가진 자에 있어 본 발명의 사상을 벗어나지 않는 범위 내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the spirit of the present invention for those skilled in the art to which the present invention pertains. It is not limited to the drawings.

상기와 같은 본 발명은, 프로토콜 설계 및 개발시 추상구문표기법(ASN.1) 문법 정보의 유도에 따라 교환정보 데이터 형과 값의 편집과 기본암호화 법칙(BER)을 통한 암호화/해독의 검증이 일정한 형태의 대화식 인터페이스의 통합 환경으로 가능하게 하여 효율적이고 양질의 프로토콜 개발 관리 환경을 제공하는데 효과가 있다.As described above, according to the present invention, in the design and development of protocols, according to the derivation of the abstract syntax notation (ASN.1) grammar information, the editing of the exchange information data type and value and the verification of encryption / decryption through the basic encryption law (BER) It is effective to provide an efficient and high quality protocol development management environment by enabling the integrated environment of the interactive interface.

Claims (16)

프로토콜 형성 방법에 있어서,In the protocol formation method, 추상구문 타입 표기법에 따라 응용 프로토콜을 정의할 수 있도록 문법을 유도하는 추상구문 표기법의 타입을 편집하는 단계;Editing a type of abstract syntax notation that derives a grammar to define an application protocol according to the abstract syntax type notation; 상기 추상구문 표기법의 타입과 데이터 입력의 추상구문 표기법을 유도할 수 있도록 추상구문트리 정보 및 처리기에 의하여 추상구문트리 문맥의 필요 정보를 제공하는 단계; 및,Providing necessary information of an abstract syntax tree context by an abstract syntax tree information and a processor to derive the type of the abstract syntax notation and the abstract syntax notation of data input; And, 상기 추상구문 타입 표기법에 의해 정의된 응용 프로토콜 정의 타입에 따라 추상구문 데이터 표기법을 유도하는 추상구문 데이터 편집하는 단계;을 포함하고, 상기 구문 데이터 편집하는 단계에서,And editing the abstract syntax data to derive the abstract syntax data notation according to the application protocol definition type defined by the abstract syntax type notation. 프로토콜 타입을 정의하기 위해 타입의 문법을 유도하고, 분석하고, 출력하는 제 1 단계; 및Deriving, analyzing, and outputting the grammar of the type to define the protocol type; And 프로토콜 데이터를 정의하기 위해 타입의 정의에 따라 데이터 문법을 유도하고, 입력 값을 분석하고, 입력 처리 에러 또는 추상구문 트리를 형식화 출력하는 제 2 단계를 포함하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.A second step of deriving a data grammar according to a type definition to define protocol data, analyzing input values, and outputting an input processing error or an abstract syntax tree. Forming method. 제 1항에 있어서,The method of claim 1, 상기 제 1 단계는,The first step is, 타입 편집기 인터페이스로부터 추상구문 표기법의 타입 문법에 따라 프로토콜 정의를 유도하는 제 3단계;Deriving a protocol definition from a type editor interface according to a type grammar of an abstract syntax notation; 상기 유도에 따라 입력된 명령을 분석하고, 분석된 명령에 따라 변경될 부분의 타입추상구문트리의 부분트리를 계산하는 제 4단계;Analyzing a command input according to the derivation, and calculating a subtree of a type abstract syntax tree of a part to be changed according to the analyzed command; 이 계산에 의해 변경된 타입추상구문 부분트리의 문법을 분석하는 제 5 단계;A fifth step of analyzing the grammar of the type abstract syntax subtree changed by this calculation; 변경된 타입추상구문 부분트리의 의미를 분석하고 이 부분트리의 변경에 따라 영향을 미치는 타입추상구문 트리를 재평가하는 제 6 단계;A sixth step of analyzing the meaning of the changed type abstract syntax subtree and re-evaluating the type abstract syntax tree affected by the change of the subtree; 상기 의미분석과 함께 타입의 구문분석하는 단계; 및, 재 평가된 타입추상구문 트리의 결과값을 타입추상구문 트리에 따라 출력하는 7 단계를 추가로 포함하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.Parsing a type with the semantic analysis; And outputting a result value of the re-evaluated type abstract syntax tree according to the type abstract syntax tree. 제 1항에 있어서,The method of claim 1, 상기 제 2 단계는,The second step, 데이터 편집기 인터페이스로부터 추상구문 데이터 표기 문법에 따라 프로토콜 데이터 정의를 유도하는 제 8 단계; 및An eighth step of deriving a protocol data definition from the data editor interface according to the abstract syntax data notation grammar; And 데이터 편집기의 유도에 따라 입력된 명령을 분석하고, 분석된 명령에 따라 변경될 데이터추상구문 트리의 부분트리를 계산하는 제 9 단계;A ninth step of analyzing a command input according to the induction of the data editor and calculating a subtree of the data abstract syntax tree to be changed according to the analyzed command; 이 계산에 의해 변경된 데이터추상구문 부분트리의 문법을 분석하는 제 10 단계;A tenth step of analyzing the grammar of the data abstraction syntax subtree changed by this calculation; 타입의 내포된 형태에 따라 기본 타입에 할당된 데이터를 암호화하여 보여주는 제 11 단계;An eleventh step of encrypting and showing data allocated to the basic type according to the nested type of the type; 변경된 데이터추상구문 부분트리의 의미 분석과 부분트리의 변경에 따라 영향을 미치는 데이터추상구문 트리를 재 평가하는 제 12 단계;A twelfth step of re-evaluating the semantic analysis of the changed data abstract syntax subtree and the data abstract syntax tree influencing the change of the partial tree; 데이터의 구문분석과 의미분석의 하는 단계; 및Syntactic and semantic analysis of the data; And 상기 의미분석과 구문분석 단계에서 재 평가된 데이터추상구문 트리의 결과값을 데이터추상구문 트리의 구조에 따라 화면에 출력하는 제 13 단계를 추가로 포함하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.Forming a protocol using the abstract syntax notation, characterized in that it further comprises a thirteenth step of outputting the result value of the data abstract syntax tree re-evaluated in the semantic analysis and syntax analysis step according to the structure of the data abstract syntax tree Way. 제 2항에 있어서,The method of claim 2, 상기 제 3 단계는,The third step, 현재의 입력 상태와 관련하여 입력 가능한 추상구문 표기 문법 정보에 따라 타입 문법 정보를 제공하는 제 14단계;A fourteenth step of providing type grammar information according to the abstract syntax notation grammar information that can be input in relation to the current input state; 제공된 추상구문 타입 문법 정보를 이용하여 유도 가능한 문법을 편집기에 보여주기 위하여 타입추상구문의 속성값이 없이 빈 유도 부분트리로 대치하는 제 15 단계;A fifteenth step of substituting the empty derived subtree without the attribute value of the type abstract syntax so as to show the editor a derivable grammar using the provided abstract syntax type grammar information; 타입 편집기 입력 명령으로 영향을 받는 최소한의 타입추상구분 부분 트리 만을 분석하고, 평가하는 제 16 단계를 추가로 포함하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.And a sixteenth step of analyzing and evaluating only the minimum type abstract classification partial tree affected by the type editor input command. 제 3항에 있어서,The method of claim 3, 상기 제 8 단계는,The eighth step, 추상구문 표기 문법 정보와 타입추상구문 트리의 정보를 이용하여 현재의 데이터 입력 상태와 관련하여 입력 가능한 데이터 정의 문법을 제공하는 제 17단계;Providing a data definition grammar that can be input in relation to a current data input state by using abstract syntax notation grammar information and type abstract syntax tree information; 제공된 데이터 문법 정보를 이용하여 유도 가능한 데이터 문법 및 값을 편집기에 보여주기 위하여 속성값이 없이 빈 유도 부분트리로 대치하는 제 18 단계An eighteenth step of substituting empty derived subtrees without attribute values to show inducible data grammars and values using the provided data grammar information in the editor 테이터 편집기 입력 명령으로 영향을 받는 최소한의 데이터추상구분 부분 트리 만을 분석하고, 평가하는 제 19 단계를 포함하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.And a nineteenth step of analyzing and evaluating only the minimal data abstraction partial tree affected by the data editor input command. 제 3항에 있어서,The method of claim 3, 상기 타입추상구문 트리는,The type abstract syntax tree, 다차원 트리로 구성되며, 타입의 종류, 태그정보, 내포된 타입 정보, 타입의 크기, 데이터 범위 등을 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.A method for forming a protocol using an abstract syntax notation, comprising a multidimensional tree, and having a type, tag information, nested type information, type size, data range, and the like. 제 4항에 있어서,The method of claim 4, wherein 상기 데이터추상구문 트리는,The data abstract syntax tree, 다차원 트리로 구성되며, 타입 정보, 내포된 타입의 태그정보, 내포된 원시 타입의 데이터 등을 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.A method for forming a protocol using an abstract syntax notation, comprising a multidimensional tree, comprising type information, tag information of nested types, data of nested primitive types, and the like. 타입 추상구문 트리를 형성하는 방법에 있어서,In the method of forming a type abstract syntax tree, 타입 편집기로부터 편집 명령을 입력하는 단계(스텝 501);Inputting an editing command from the type editor (step 501); 이 입력된 사건의 타입을 편집 명령하고(스텝 502), 편집 명령에 영향을 미치는 타입추상구문 트리의 부분트리, 및 이 부분트리에 대한 구문 분석을 하는 단계(스텝507);Editing a type of the input event (step 502), and a subtree of the type abstract syntax tree affecting the editing command, and parsing the subtree (step 507); 만일 구문 분석의 구문오류가 발생하면 구문 오류 메시지를 편집기에 출력하는 단계(스텝508);If a syntax error of parsing occurs, outputting a syntax error message to the editor (step 508); 다음으로 의미분석의 단계에서 의미 오류가 있는지를 판단하는 단계(스텝511);Next, determining whether there is a semantic error in the semantic analysis step (step 511); 의미오류가 발견되지 않으면 타입편집명령결과 출력기에 의해 변경된 타입추상구문 트리의 속성값을 출력하는 단계(스텝512)를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.And outputting an attribute value of the type abstract syntax tree changed by the typewriter command result outputter if a semantic error is not found (step 512). 제 8 항에 있어서,The method of claim 8, 상기 의미 오류가 있는지를 판단하는 단계에서 만일 의미 오류가 발생하면 의미 오류에 대한 메시지를 편집기에 출력하는 단계(스텝511);를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.And if a semantic error occurs in the step of determining whether there is a semantic error, outputting a message about the semantic error to an editor (step 511). 제 8 항에 있어서,The method of claim 8, 상기 구문 분석을 하는 단계(스텝507)에서, 조사결과(스텝508) 구문 오류가 없으면, 구문 분석의 결과를 분석된 부분 타입추상구문 트리에 반영하는 단계(스텝509); 및, 부분 트리의 의미 분석을 실행하는 단계(스텝510); 를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.In the step of parsing (step 507), if there is no syntax error (step 508), the result of the parsing is reflected in the analyzed partial type abstract syntax tree (step 509); And performing semantic analysis of the partial tree (step 510); Protocol forming method using an abstract syntax notation, characterized in that it comprises a. 테이터 추상구문 트리를 형성하는 방법에 있어서,In the method of forming a data abstract syntax tree, 데이터 편집기로부터 편집 명령이 입력되는 단계(스텝601);Inputting an editing command from the data editor (step 601); 입력된 사건의 편집 명령, 이 편집 명령에 영향을 미치는 데이터추상구문 트리의 부분트리, 및이 부분트리에 대한 구문 분석을 하는 단계(스텝607);An editing command of the input event, a subtree of the data abstract syntax tree affecting the editing command, and parsing the subtree (step 607); 만일 데이터의 구문 오류가 발생하면 데이터 구문 오류 메시지를 편집기에 출력하는 단계(스텝608);If a syntax error of the data occurs, outputting a data syntax error message to the editor (step 608); 데이터추상구문 트리의 부분트리의 의미 분석을 실행하는 단계(스텝610);Executing semantic analysis of the subtree of the data abstract syntax tree (step 610); 다음으로 의미분석의 단계(스텝)에서 의미 오류가 있는지를 판단하는 단계(스텝611); 및,Next, determining whether there is a semantic error in the step (step) of the semantic analysis (step 611); And, 만일 의미 오류가 발생하면 데이터의 의미 오류에 대한 메시지를 편집기에 출력하고, 의미 오류가 발생되지 않으면, 입력 데이터 값의 암호화 단계를 수행하는 단계(스텝612); 및,If a semantic error occurs, outputting a message about the semantic error of the data to an editor, and if a semantic error does not occur, performing an encryption step of the input data value (step 612); And, 데이터 편집명령결과 출력기에 변경된 데이터추상구문 트리의 속성값을 출력하는 단계(스텝613); 를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.Outputting an attribute value of the changed data abstraction syntax tree to the data editing command result output unit (step 613); Protocol forming method using an abstract syntax notation, characterized in that it comprises a. 제 10항에 있어서,The method of claim 10, 상기 조사결과(스텝608) 데이터 구문 오류가 없으면, 구문 분석의 결과를 분석된 부분 데이터추상구문 트리에 반영하는 단계(스텝609); 를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 방법.If there is no data syntax error (step 608), reflecting the result of the parsing on the analyzed partial data abstract syntax tree (step 609); Protocol forming method using an abstract syntax notation, characterized in that it comprises a. 프로토콜 형성장치에 있어서,In the protocol forming apparatus, 추상구문의 타입 표기법에 따라 응용 프로토콜을 정의할 수 있도록 문법을 유도하는 추상구문 표기법의 타입에 따라 편집하는 타입편집기;A type editor for editing according to the type of the abstract syntax notation for deriving a grammar to define an application protocol according to the type notation of the abstract syntax; 타입과 데이터 입력의 추상구문 표기 문법을 유도할 수 있도록 추상구문 문맥의 필요 정보를 제공하는 추상구문 트리 정보 및 처리기; 및,An abstract syntax tree information and processor that provides the necessary information of the abstract syntax context so as to derive the abstract syntax notation of the type and data input; And, 추상구문 타입 표기법에 의해 정의된 응용 프로토콜 타입에 따라 추상구문 데이터 표기법을 유도하는 추상구문 표기법의 데이터 편집기를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 장치.An apparatus for forming a protocol using abstract syntax notation, comprising: a data editor of abstract syntax notation for deriving abstract syntax data notation according to an application protocol type defined by abstract syntax type notation. 제 13 항에 있어서,The method of claim 13, 상기 추상구문 표기법의 타입 편집기(100)은,The type editor 100 of the abstract syntax notation, 사용자의 프로토콜 정의 편집 인터페이스를 제공하는 타입 편집기(110)와, 추상구문 타입 편집기 인터페이스로부터 받아들인 사건 명령을 해석하는 타입 편집 명령 해석기(120)와, 타입 편집 명령 해석기로부터 입력된 타입 정의 텍스트 값의 구문에 대한 오류를 분석하기 위한 타입 구문 분석기(130)와, 정의된 추상구문 표기법의 타입 형에 대한 정적 의미를 분석하고 계산하는 타입 의미 분석기(140)와, 정의된 타입 형과 상기의 분석 하는 단계(120-140)에서 발생된 오류 메시지를 형식화된 구조적 표현으로 편집기 인터페이스에 출력하는 타입 형식화 출력기(150)를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 장치.A type editor 110 providing a protocol definition editing interface of a user, a type editing command interpreter 120 for interpreting an event command received from an abstract syntax type editor interface, and a type definition text value input from a type editing command interpreter. A type parser 130 for analyzing errors for syntax, a type semantic analyzer 140 for analyzing and calculating static meanings for type types of defined abstract syntax notation, And a type-formatting outputter (150) for outputting the error message generated in steps 120-140 to the editor interface in a formatted structural representation. 제 13 항에 있어서,The method of claim 13, 상기 추상구문 트리 정보 및 처리기(200)는 추상구문 표기법의 문법에 관한 정보를 제공하는 추상구문 표기 문법 정보(210)와, 편집 명령 해석기(120, 320)의 동작에 따라 내부적으로 표현된 트리의 추가/삭제/검색 등의 추상구문 트리를 조작하는 추상구문 표기법 추상구문 트리(AST) 처리기(220)와, 추상구문 표기법에 의해 입력(100, 300)된 정보를 표현하는 타입추상구문 트리(230)와, 데이터추상구문 트리(240)를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 장치.The abstract syntax tree information and the processor 200 may include the abstract syntax notation grammar information 210 that provides information on the grammar of the abstract syntax notation, and the internally expressed tree according to the operation of the edit command interpreters 120 and 320. Abstract Syntax Notation for Manipulating Abstract Syntax Trees, such as Add / Delete / Retrieve Abstract Syntax Tree (AST) Processor 220 and Type Abstract Syntax Tree 230 for Representing Information Inputted by Abstract Syntax Notation (100, 300) And a data abstract syntax tree (240). 제 13 항에 있어서,The method of claim 13, 상기 추상구문 데이터 편집기(300)은, 사용자의 추상구문 표기법의 타입형에 따라 데이터의 편집 인터페이스 환경을 제공하는 추상구문 표기법의 데이터 편집기(310)와, 상기 데이터 편집기 인터페이스로부터 받아들인 사건 명령을 해석하는 데이터 편집 명령 해석기(320)와, 상기 명령 해석기로부터 입력된 데이터에 대한 구문에 대한 오류를 분석하기 위한 데이터 구문 분석기(330)와, 정의된 추상구문 표기법의 데이터에 대한 정적 의미를 분석하고 계산하는 데이터 의미 분석기(340)와, 상기 추상구문 표기법의 타입의 정의에 따라 입력된 데이터 값을 기본암호화법칙(BER)에 따라 암호화/해독하는 추상구문 표기법 암호화/해독기(350)와, 정의된 타입 형의 데이터 입력과 상기의 분석 하는 단계(320-340)에서 발생된 오류 메시지를 형식화된 구조적 표현으로 편집기 인터페이스에 출력하는 데이터 형식화 출력기(360)를 구비하는 것을 특징으로 하는 추상구문 표기법을 이용한 프로토콜 형성 장치.The abstract syntax data editor 300 interprets an event syntax received from the data editor interface and the data editor 310 of the abstract syntax notation providing an editing interface environment of data according to the type type of the abstract syntax notation of the user. A data editing command interpreter 320, a data parser 330 for analyzing errors with respect to syntax for data input from the command interpreter, and analyzing and calculating static meanings for data of a defined abstract syntax notation. An abstract syntax notation encryption / decoder 350 for encrypting / deciphering the input data value according to the definition of the type of the abstract syntax notation according to a basic encryption law (BER), and a defined type Type data input and the error messages generated in the above analysis step (320-340) into a formatted structural representation. An apparatus for forming a protocol using abstract syntax notation, comprising: a data formatting outputter (360) for outputting to a collecting interface.
KR1019980054998A 1998-12-15 1998-12-15 Method and apparatus for forming protocol using abstract syntax notation KR20000039608A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980054998A KR20000039608A (en) 1998-12-15 1998-12-15 Method and apparatus for forming protocol using abstract syntax notation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980054998A KR20000039608A (en) 1998-12-15 1998-12-15 Method and apparatus for forming protocol using abstract syntax notation

Publications (1)

Publication Number Publication Date
KR20000039608A true KR20000039608A (en) 2000-07-05

Family

ID=19562832

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980054998A KR20000039608A (en) 1998-12-15 1998-12-15 Method and apparatus for forming protocol using abstract syntax notation

Country Status (1)

Country Link
KR (1) KR20000039608A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040043845A (en) * 2002-11-20 2004-05-27 한국전자통신연구원 Edit Method for ASN.1 message Using Hierarchical Tree
KR100488805B1 (en) * 2002-12-10 2005-05-12 한국전자통신연구원 System for data processing of ASN.1 editor and method thereof
KR100950026B1 (en) * 2007-08-31 2010-03-29 (주)지슨 System for ASN.1 Based Data Interworking, Apparatus for Data Interworking, Method for ASN.1 Based Data Incoding to transmission for Heterogeneous System and Method for Data Interworking for Heterogeneous System
KR20220067366A (en) * 2020-11-17 2022-05-24 전북대학교산학협력단 Method for maintenance for program and computing device supporting the same

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040043845A (en) * 2002-11-20 2004-05-27 한국전자통신연구원 Edit Method for ASN.1 message Using Hierarchical Tree
KR100488805B1 (en) * 2002-12-10 2005-05-12 한국전자통신연구원 System for data processing of ASN.1 editor and method thereof
KR100950026B1 (en) * 2007-08-31 2010-03-29 (주)지슨 System for ASN.1 Based Data Interworking, Apparatus for Data Interworking, Method for ASN.1 Based Data Incoding to transmission for Heterogeneous System and Method for Data Interworking for Heterogeneous System
KR20220067366A (en) * 2020-11-17 2022-05-24 전북대학교산학협력단 Method for maintenance for program and computing device supporting the same

Similar Documents

Publication Publication Date Title
CN109255209A (en) A kind of data processing method, device, equipment and storage medium
US6883164B2 (en) Strategy for dynamically modeling ASN.1 data to an object model
CN103677952B (en) Codec generating means and method
JPH10326255A (en) Method for handling message independent of language
Crabbé et al. Metagrammar redux
CN114513566A (en) Custom network protocol analysis method, system, medium and electronic device
CN109460231A (en) Upper computer software implementation method based on XML
KR20000039608A (en) Method and apparatus for forming protocol using abstract syntax notation
CN112162995B (en) Procedural language SQL sentence processing method, device, medium and electronic equipment
US6829758B1 (en) Interface markup language and method for making application code
US7900191B1 (en) System and method of using an active link in a state programming environment to locate an element in a graphical programming environment
CN111984233B (en) Class flattening method in AltaRica model
CN110674141A (en) Method for adding database table to page based on java development
CN112311529A (en) Data encryption method, data decryption method and data processing method of database
Szabó et al. TITAN, TTCN-3 test execution environment
JP2833612B2 (en) Service primitive generation system
EP0676111B1 (en) Method and arrangement for testing services in a telecommunications system
KR100430309B1 (en) The Development of VoiceXML Editor System for the creation of Voice Portal services
JP5900791B2 (en) Information management system, security management apparatus, security management method and program thereof
CN111427908A (en) Transparent encryption and decryption method, system and device based on quantum key
Glück An experiment in ping-pong protocol verification by nondeterministic pushdown automata
JPH05181652A (en) Program reverse device
Arvonen et al. Experiences with the integration of protocol software tools
Wang et al. An Automatic VMF Bit Analysis Tool Generation Method
Krusec et al. Language development in a visual manner

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application