mirror of
https://github.com/abcv7/sfbx-cloud.git
synced 2026-08-16 11:47:00 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.itheima.sfbx;
|
||||
|
||||
import cn.hutool.crypto.SecureUtil;
|
||||
import cn.hutool.crypto.asymmetric.Sign;
|
||||
import cn.hutool.crypto.asymmetric.SignAlgorithm;
|
||||
import org.apache.commons.codec.binary.Base64;
|
||||
|
||||
/**
|
||||
* @ClassName Verifier.java
|
||||
* @Description 验签解密者
|
||||
*/
|
||||
public interface Verifier {
|
||||
|
||||
boolean verify(byte[] data,byte[] signature);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user