@Service(value="md5") public class CoreMd5DesServiceImpl extends java.lang.Object implements CorePswDesService
构造器和说明 |
---|
CoreMd5DesServiceImpl() |
public java.lang.String decode(java.lang.String psw) throws java.lang.Exception
CorePswDesService
decode
在接口中 CorePswDesService
psw
- 密码的密文java.lang.Exception
- 出错会抛出异常public java.lang.String encode(java.lang.String psw) throws java.lang.Exception
CorePswDesService
encode
在接口中 CorePswDesService
psw
- 密码明文java.lang.Exception
- 出错会抛出异常