Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
parkgun committed Nov 27, 2015
2 parents 0f24795 + 0f32274 commit 12880c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {

configure(allprojects) { project ->
ext.javaVersion = '1.5'
ext.projectVersion = '1.3.0'
ext.projectVersion = '1.3.1'

version = projectVersion
group = 'com.skplanet.syruppay'
Expand Down
20 changes: 18 additions & 2 deletions syruppay-jose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ JDK Framework 1.5 or later
<dependency>
<groupId>com.skplanet.syruppay</groupId>
<artifactId>jose_jdk1.5</artifactId>
<version>0.3.6</version>
<version>1.3.1</version>
</dependency>
```
### Gradle
```
compile 'com.skplanet.syruppay:jose_jdk1.5:0.3.6'
compile 'com.skplanet.syruppay:jose_jdk1.5:1.3.1'
```

## Usage
Expand Down Expand Up @@ -117,3 +117,19 @@ alg Param Value|Digital Signature or MAC Algorithm
HS256|HMAC using SHA-256
RS256|RSASSA-PKCS1-v1_5 using SHA-256
ES256|ECDSA using P-256 and SHA-256

## release note
### 1.3.1
- CryptoUtils exception 처리 변경
- AsymmetricShaAlgorithm class, RSAEncryptionAlgorithm class 추가

### 0.3.6
- JoseBuilders.compactDeserializationBuilder 추가
- JoseBuilders deprecated method 추가
JoseBuilders.JsonSignatureCompactDeserializationBuilder
JoseBuilders.JsonEncryptionCompactDeserializationBuilder

### 0.3.5
- JoseHeader VER 추가


0 comments on commit 12880c8

Please sign in to comment.