File tree 7 files changed +7
-9
lines changed
main/java/nl/martijndwars/webpush
test/java/nl/martijndwars/webpush
7 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- group ' nl.bytes '
1
+ group ' nl.martijndwars '
2
2
version ' 1.0'
3
3
4
4
apply plugin : ' java'
Original file line number Diff line number Diff line change 1
- package nl .bytes .webpush ;
1
+ package nl .martijndwars .webpush ;
2
2
3
3
import java .security .PublicKey ;
4
4
Original file line number Diff line number Diff line change 1
- package nl .bytes .webpush ;
1
+ package nl .martijndwars .webpush ;
2
2
3
3
import org .json .JSONObject ;
4
4
Original file line number Diff line number Diff line change 1
- package nl .bytes .webpush ;
1
+ package nl .martijndwars .webpush ;
2
2
3
3
import java .security .PublicKey ;
4
4
Original file line number Diff line number Diff line change 1
- package nl .bytes .webpush ;
1
+ package nl .martijndwars .webpush ;
2
2
3
3
import com .google .common .io .BaseEncoding ;
4
4
import org .apache .http .HttpResponse ;
17
17
import java .io .IOException ;
18
18
import java .security .*;
19
19
import java .security .spec .InvalidKeySpecException ;
20
- import java .util .Base64 ;
21
- import java .util .Base64 .Encoder ;
22
20
import java .util .Random ;
23
21
import java .util .concurrent .ExecutorService ;
24
22
import java .util .concurrent .Executors ;
Original file line number Diff line number Diff line change 1
- package nl .bytes .webpush ;
1
+ package nl .martijndwars .webpush ;
2
2
3
3
import org .apache .http .HttpResponse ;
4
4
import org .bouncycastle .jce .ECNamedCurveTable ;
Original file line number Diff line number Diff line change 1
- package nl .bytes .webpush ;
1
+ package nl .martijndwars .webpush ;
2
2
3
3
import org .bouncycastle .jcajce .provider .asymmetric .ec .BCECPublicKey ;
4
4
import org .bouncycastle .jce .ECNamedCurveTable ;
You can’t perform that action at this time.
0 commit comments