saltyrtc / saltyrtc-client-java

SaltyRTC Java implementation.
Apache License 2.0
3 stars 4 forks source link

Make nonce validation methods public and static #96

Closed dbrgn closed 6 years ago

dbrgn commented 6 years ago

This reverts an accidental change in d7b98ae34db6b86fbdf04d43793915cb484ce49b. The methods should not be private, since they may be used by task implementations.

Additionally, they can be static.