web-push-libs / webpush-java

Web Push library for Java
MIT License
318 stars 112 forks source link

Adding methods to load Public/Private keys from a decoded byte array.… #122

Closed elmatadorinho closed 4 years ago

elmatadorinho commented 4 years ago

… This is useful when cryptographic keys have already been base64-decoded outside of this library's scope.

martijndwars commented 4 years ago

Thanks!