JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
com.luna.common.encrypt.HashMode
Packages that use
HashMode
Package
Description
com.luna.common.encrypt
密码相关操作
Uses of
HashMode
in
com.luna.common.encrypt
Methods in
com.luna.common.encrypt
that return
HashMode
Modifier and Type
Method
Description
static
HashMode
HashMode.
get
(
Integer
type)
static
HashMode
HashMode.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
HashMode
[]
HashMode.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.