Skip to content

Commit 6789cf2

Browse files
committed
set default Encoding as AES128GCM
1 parent c46929f commit 6789cf2

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)