Enum Class的使用
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 JwtAlgorithmReturns the enum constant of this class with the specified name.static JwtAlgorithm[]JwtAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.