Skip to content

Commit 45c47da

Browse files
authored
Create Glossary.md document in Markdown format - release v8.6.4 (#41)
* - Updated version to 8.6.3 - Create Encryption document in Markdown format - Added new Encryption document to SUMMARY.md for publishing. * - Included package-lock.json
1 parent 88c7a95 commit 45c47da

File tree

5 files changed

+319
-15
lines changed

5 files changed

+319
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Open API for FSP Interoperability Specification includes the following docum
2020
* [Encryption](#encryption)
2121

2222
## Glossary
23-
[This document](https://github.com/mojaloop/mojaloop-specification/blob/master/documents/supporting-documentation/Glossary.pdf) provides the glossary for the Open API (Application Programming Interface) for FSP (Financial Service Provider) Interoperability (hereafter cited as **"the API"**). Terms have been compiled from three sources:
23+
[This document](https://github.com/mojaloop/mojaloop-specification/blob/master/documents/Glossary.md) provides the glossary for the Open API (Application Programming Interface) for FSP (Financial Service Provider) Interoperability (hereafter cited as **"the API"**). Terms have been compiled from three sources:
2424
- ITU-T Digital Financial Services Focus Group Glossary (ITU-T),
2525
- Feedback from Technology Service Providers (TSPs) in the PDP work groups (PDP) and
2626
- Feedback from the L1P IST Reference Implementation team (RI).
@@ -104,7 +104,7 @@ JSON Web Encryption (JWE [RFC7516](https://tools.ietf.org/html/rfc7516) )must be
104104
To support encryption for multiple fields of an API message, JWE is extended in this document to adapt to the requirements of the API.
105105

106106
## Encryption
107-
[This document](https://github.com/mojaloop/mojaloop-specification/blob/master/documents/supporting-documentation/Encryption.pdf) details the security methods to be implemented for **the API** to ensure integrity and non-repudiation between the API client and the API server.
107+
[This document](https://github.com/mojaloop/mojaloop-specification/blob/master/documents/Encryption.md) details the security methods to be implemented for **the API** to ensure integrity and non-repudiation between the API client and the API server.
108108

109109
In information security, data integrity means maintaining and assuring the accuracy and completeness of data over its entire life-cycle. For the API, data integrity means that an API message cannot be modified in an unauthorized or undetected manner by parties involved in the API communication.
110110

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Documents
44
* [Mojaloop Specifications Overview](README.md)
5+
* [Glossary](documents/Glossary.md)
56
* [API Definition v1.0](documents/API Definition v1.0.md)
67
* [Encryption](documents/Encryption.md)
78
### Change Control Board

documents/Encryption.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,29 @@
44

55
**Table of Contents**
66

7-
- [1. Preface](#1-preface)
8-
- [1.1 Conventions Used in This Document](#11-conventions-used-in-this-document)
9-
- [1.2 Document Version Information](#21-document-version-information)
10-
- [2. Introduction](#2-introduction)
11-
- [1.2 Open API for FSP Interoperability Specification](#21-open-api-for-fsp-interoperability-specification)
12-
- [3. API Encryption Definition](#3-api-encryption-definition)
13-
- [3.1 Encrypt Data Model](#31-encryption-data-model)
14-
- [3.2 Encrypt Fields of API Message](#32-encrypt-fields-of-api-message)
15-
- [3.3 Decrypt Fields of API Message](#33-decrypt-fields-of-api-message)
16-
- [4. API Encryption/Decryption Examples](#4-api-encryptiondecryption-examples)
17-
- [4.1 Encryption Example](#41-encryption-example)
18-
- [4.2 Decryption Exsample](#42-decryption-example)
7+
1. [Preface](#1-preface)
8+
9+
1.1 [Conventions Used in This Document](#11-conventions-used-in-this-document)
10+
11+
1.2 [Document Version Information](#21-document-version-information)
12+
13+
2. [Introduction](#2-introduction)
14+
15+
1.2 [Open API for FSP Interoperability Specification](#21-open-api-for-fsp-interoperability-specification)
16+
17+
3. [API Encryption Definition](#3-api-encryption-definition)
18+
19+
3.1 [Encrypt Data Model](#31-encryption-data-model)
20+
21+
3.2 [Encrypt Fields of API Message](#32-encrypt-fields-of-api-message)
22+
23+
3.3 [Decrypt Fields of API Message](#33-decrypt-fields-of-api-message)
24+
25+
4. [API Encryption/Decryption Examples](#4-api-encryptiondecryption-examples)
26+
27+
4.1 [Encryption Example](#41-encryption-example)
28+
29+
4.2 [Decryption Exsample](#42-decryption-example)
1930

2031
**Table of Tables**
2132

0 commit comments

Comments
 (0)