This issue fixes and closes #23

This commit is contained in:
Les Hazlewood 2015-04-27 17:09:10 -07:00
parent c427e9fe02
commit dcf4d75148
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import java.security.Key;
* calling code in known situations, and it is expected that you override the implementation in those known situations;
* non-overridden *KeyBytes methods indicates that the JWS input was unexpected.</p>
*
* <p>If either {@link #resolveSigningKey(JwsHeader, String)} or {@link #resolveSigningKey(JwsHeader, String)}
* <p>If either {@link #resolveSigningKey(JwsHeader, String)} or {@link #resolveSigningKey(JwsHeader, Claims)}
* are not overridden, one (or both) of the *KeyBytes variants must be overridden depending on your expected
* use case. You do not have to override any method that does not represent an expected condition.</p>
*