Skip to content

Minor version bump for December 2017 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 14, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update method names
  • Loading branch information
robincher authored Dec 11, 2017
commit 1766556cdf63b4899a83ceb826c731fe8757cc82
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ mvn package
```

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

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

Expand Down Expand Up @@ -113,7 +113,7 @@ dependencies {

#### Development

##### Preparing BaseString :
##### Preparing Signature BaseString :

Method:
* getBaseString
Expand Down Expand Up @@ -156,7 +156,7 @@ System.out.println(baseString);

```

##### Preparing L1 Security Signature :
##### Preparing HMACSHA256 L1 Security Signature :

Method:
* getHMACSignature
Expand All @@ -180,7 +180,7 @@ try {

```

##### Preparing L2 Security Signature :
##### Preparing RSA256 L2 Security Signature :

Method:
* getRSASignature
Expand Down