|
@@ -2,7 +2,7 @@ package org.maxkey.crypto.password.opt.impl.sms.netease;
|
|
|
|
|
|
import java.security.MessageDigest;
|
|
|
|
|
|
-public class SmsOtpAuthnCheckSumBuilder {
|
|
|
+public class SmsOtpAuthnYunxinCheckSumBuilder {
|
|
|
|
|
|
public static String getCheckSum(String appSecret, String nonce, String curTime) {
|
|
|
return encode("sha1", appSecret + nonce + curTime);
|