public interface MacEngine
| Modifier and Type | Method and Description |
|---|---|
byte[] |
digest(InputStream data,
int bufferLength)
生成摘要
|
byte[] digest(InputStream data, int bufferLength)
data - InputStream 数据流bufferLength - 缓存长度,不足1使用 IoUtils.DEFAULT_BUFFER_SIZE 做为默认值Copyright © 2020. All rights reserved.