枚举的使用
cn.vorbote.simplejwt.choices.JwtAlgorithm
使用JwtAlgorithm的程序包
-
cn.vorbote.simplejwt中JwtAlgorithm的使用
参数类型为JwtAlgorithm的cn.vorbote.simplejwt中的构造器限定符构造器说明AccessKeyUtil(@NonNull JwtAlgorithm algorithm, @NonNull String secret, @NonNull String issuer) -
cn.vorbote.simplejwt.choices中JwtAlgorithm的使用
修饰符和类型方法说明static JwtAlgorithm返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)static JwtAlgorithm[]JwtAlgorithm.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。