摘要: package com.tebon.ams.util;import org.apache.commons.codec.binary.Base64;import org.apache.log4j.Logger;import javax.crypto.Cipher;import java.securit 阅读全文
posted @ 2019-05-16 14:52 ding9587 阅读(7788) 评论(1) 推荐(0)
摘要: package com.tebon.ams.util;import sun.misc.BASE64Decoder;import javax.crypto.Cipher;import javax.crypto.KeyGenerator;import javax.crypto.SecretKey;imp 阅读全文
posted @ 2019-05-16 11:03 ding9587 阅读(518) 评论(0) 推荐(0)
摘要: package com.tebon.ams.util;import javax.crypto.Cipher;import javax.crypto.KeyGenerator;import javax.crypto.SecretKey;import javax.crypto.spec.SecretKe 阅读全文
posted @ 2019-05-16 11:02 ding9587 阅读(278) 评论(0) 推荐(0)
摘要: package com.tebon.ams.util;import org.apache.commons.codec.binary.Base64;import javax.crypto.Cipher;import javax.crypto.KeyGenerator;import javax.cryp 阅读全文
posted @ 2019-05-16 11:02 ding9587 阅读(298) 评论(0) 推荐(0)