We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6f027 commit 299c14eCopy full SHA for 299c14e
README.adoc
@@ -737,7 +737,7 @@ code quickly. Here's an example:
737
----
738
import io.jsonwebtoken.Jwts;
739
import io.jsonwebtoken.security.Keys;
740
-import java.security.Key;
+import javax.crypto.SecretKey;
741
742
// We need a signing key, so we'll create one just for this example. Usually
743
// the key would be read from your application configuration instead.
0 commit comments