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,11 @@
|
||||
package com.itheima.sfbx;
|
||||
|
||||
/**
|
||||
* @ClassName Signer.java
|
||||
* @Description 签名加密者
|
||||
*/
|
||||
public interface Signer {
|
||||
|
||||
String sign(byte[] message);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user