我找不到代码示例的 Maven 依赖项: Keys.hmacShaKeyFor(...);
Posted
技术标签:
【中文标题】我找不到代码示例的 Maven 依赖项: Keys.hmacShaKeyFor(...);【英文标题】:I can't find Maven dependency for the code sample : Keys.hmacShaKeyFor(...); 【发布时间】:2021-03-11 18:44:38 【问题描述】:我想获得这个代码示例的 Maven 依赖:
Keys.hmacShaKeyFor(signingKeySecret.getBytes());
通常我应该处于这种依赖状态,但它似乎不存在:
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
有人知道它在哪里吗?
谢谢
【问题讨论】:
【参考方案1】:它是jjwt-impl
的一部分
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.11.2</version>
</dependency>
【讨论】:
以上是关于我找不到代码示例的 Maven 依赖项: Keys.hmacShaKeyFor(...);的主要内容,如果未能解决你的问题,请参考以下文章
如何将pentaho数据集成水壶插件移植到apache hop?