ICryptoTransform 接口
定义
Defines the basic operations of cryptographic transformations.
public interface ICryptoTransform
方法
doFinal(byte[] input) |
Transforms the specified region of the specified byte array as a single operation.
|