File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ mvn package
2626```
2727
2828The 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
3232Import 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
118118Method:
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
161161Method:
162162* getHMACSignature
@@ -180,7 +180,7 @@ try {
180180
181181```
182182
183- ##### Preparing L2 Security Signature :
183+ ##### Preparing RSA256 L2 Security Signature :
184184
185185Method:
186186* getRSASignature
You can’t perform that action at this time.
0 commit comments