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
26
26
```
27
27
28
28
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)
31
31
32
32
Import this jar file into your java classpath to use the utility class
33
33
@@ -113,7 +113,7 @@ dependencies {
113
113
114
114
#### Development
115
115
116
- ##### Preparing BaseString :
116
+ ##### Preparing Signature BaseString :
117
117
118
118
Method:
119
119
* getBaseString
@@ -156,7 +156,7 @@ System.out.println(baseString);
156
156
157
157
```
158
158
159
- ##### Preparing L1 Security Signature :
159
+ ##### Preparing HMACSHA256 L1 Security Signature :
160
160
161
161
Method:
162
162
* getHMACSignature
@@ -180,7 +180,7 @@ try {
180
180
181
181
```
182
182
183
- ##### Preparing L2 Security Signature :
183
+ ##### Preparing RSA256 L2 Security Signature :
184
184
185
185
Method:
186
186
* getRSASignature
You can’t perform that action at this time.
0 commit comments