| 程序包 | 说明 |
|---|---|
| com.github.houbb.hash.api | |
| com.github.houbb.hash.core.handler | |
| com.github.houbb.hash.core.hash.result |
| 限定符和类型 | 方法和说明 |
|---|---|
IHashResult |
IHash.hash(IHashContext context)
执行 hash
|
| 限定符和类型 | 方法和说明 |
|---|---|
T |
IHashResultHandler.handle(IHashResult hashResult)
结果处理
|
| 限定符和类型 | 方法和说明 |
|---|---|
IHashResult |
DefaultHashResultHandler.handle(IHashResult hashResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IHashResultHandler<IHashResult> |
HashResultHandlers.defaults()
默认算法
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
HexHashResultHandler.handle(IHashResult hashResult) |
IHashResult |
DefaultHashResultHandler.handle(IHashResult hashResult) |
byte[] |
BytesHashResultHandler.handle(IHashResult hashResult) |
String |
Base64HashResultHandler.handle(IHashResult hashResult) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HashResult |
| 限定符和类型 | 方法和说明 |
|---|---|
IHashResult |
Hash.hash(IHashContext context) |
Copyright © 2020. All rights reserved.