We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c46929f + 6789cf2 commit d44851eCopy full SHA for d44851e
1 file changed
src/main/java/nl/martijndwars/webpush/PushService.java
@@ -65,7 +65,7 @@ public HttpResponse send(Notification notification, Encoding encoding) throws Ge
65
}
66
67
public HttpResponse send(Notification notification) throws GeneralSecurityException, IOException, JoseException, ExecutionException, InterruptedException {
68
- return send(notification, Encoding.AESGCM);
+ return send(notification, Encoding.AES128GCM);
69
70
71
/**
0 commit comments