@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
CorePswDesServicedecode 在接口中 CorePswDesServicepsw - 密码的密文java.lang.Exception - 出错会抛出异常public java.lang.String encode(java.lang.String psw)
throws java.lang.Exception
CorePswDesServiceencode 在接口中 CorePswDesServicepsw - 密码明文java.lang.Exception - 出错会抛出异常