com.pax.dal
Interface INetwork.ISSLCallback
-
- Enclosing interface:
- INetwork
public static interface INetwork.ISSLCallback
SSL回调。SSL Callback.- Since:
- V4.11.00
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description byte[]sslSign(byte[] data)使用客户端私钥进行数据签名。Sign data with the client's private key.
-
-
-
Method Detail
-
sslSign
byte[] sslSign(byte[] data)
使用客户端私钥进行数据签名。Sign data with the client's private key.- Parameters:
data-待签名的数据。Data to be signed.- Returns:
- 签名数据。signed data.
- Since:
- V4.11.00
-
-