Uses of Enum Class
tech.mgl.core.utils.security.MGL_URLUtils.CryptType
Packages that use MGL_URLUtils.CryptType
-
Uses of MGL_URLUtils.CryptType in tech.mgl.core.utils.security
Methods in tech.mgl.core.utils.security that return MGL_URLUtils.CryptTypeModifier and TypeMethodDescriptionstatic MGL_URLUtils.CryptTypeReturns the enum constant of this class with the specified name.static MGL_URLUtils.CryptType[]MGL_URLUtils.CryptType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.mgl.core.utils.security with parameters of type MGL_URLUtils.CryptTypeModifier and TypeMethodDescriptionstatic StringMGL_URLUtils.crypt(String content, String keyStr, MGL_URLUtils.CryptType ty) 加密解密