Skip to content

Commit 1fe4e3b

Browse files
committed
Merge branch 'development' of https://github.com/GovTechSG/java-apex-api-security into development
Merge from upstream commits
2 parents bf7150f + 1766556 commit 1fe4e3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ mvn package
2626
```
2727

2828
The compiled _jar_ file will be located in the **target** folder
29-
+ java-apex-api-security-1.0-SNAPSHOT.jar
30-
+ java-apex-api-security-1.0-SNAPSHOT-jar-with-dependencies.jar (this includes log4j libraries)
29+
+ java-apex-api-security-<version>-SNAPSHOT.jar
30+
+ java-apex-api-security-<version>-SNAPSHOT-jar-with-dependencies.jar (this includes log4j libraries)
3131

3232
Import this jar file into your java classpath to use the utility class
3333

@@ -113,7 +113,7 @@ dependencies {
113113

114114
#### Development
115115

116-
##### Preparing BaseString :
116+
##### Preparing Signature BaseString :
117117

118118
Method:
119119
* getBaseString
@@ -156,7 +156,7 @@ System.out.println(baseString);
156156

157157
```
158158

159-
##### Preparing L1 Security Signature :
159+
##### Preparing HMACSHA256 L1 Security Signature :
160160

161161
Method:
162162
* getHMACSignature
@@ -180,7 +180,7 @@ try {
180180

181181
```
182182

183-
##### Preparing L2 Security Signature :
183+
##### Preparing RSA256 L2 Security Signature :
184184

185185
Method:
186186
* getRSASignature

0 commit comments

Comments
 (0)