mirror of https://github.com/jwtk/jjwt.git
Removed redundant/incorrect docs
This commit is contained in:
parent
5c0cfdc897
commit
2d6233fa78
|
@ -187,9 +187,6 @@ public interface JwtParser {
|
|||
* (as the {@code alg} header parameter).</p>
|
||||
* <p>
|
||||
* <p>This method overwrites any previously set key.</p>
|
||||
* <p>
|
||||
* <p>This is a convenience method: the string argument is first BASE64-decoded to a byte array and this resulting
|
||||
* byte array is used to invoke {@link #setSigningKey(byte[])}.</p>
|
||||
*
|
||||
* @param key the algorithm-specific signature verification key to use to validate any discovered JWS digital
|
||||
* signature.
|
||||
|
|
Loading…
Reference in New Issue