Skip to content

Commit d44851e

Browse files
authored
Merge pull request #222 from swiftsjh02/chore
chore: Set AES128GCM as default encoding
2 parents c46929f + 6789cf2 commit d44851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nl/martijndwars/webpush/PushService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public HttpResponse send(Notification notification, Encoding encoding) throws Ge
6565
}
6666

6767
public HttpResponse send(Notification notification) throws GeneralSecurityException, IOException, JoseException, ExecutionException, InterruptedException {
68-
return send(notification, Encoding.AESGCM);
68+
return send(notification, Encoding.AES128GCM);
6969
}
7070

7171
/**

0 commit comments

Comments
 (0)