| Package | Description |
|---|---|
| at.molindo.utils.data |
| Modifier and Type | Method and Description |
|---|---|
Hash |
Hash.IHashBuilder.hash() |
static Hash |
Hash.hash(Hash.Algorithm algorithm,
byte[] content) |
static Hash |
Hash.hash(Hash.Algorithm algorithm,
String content) |
static Hash |
Hash.md5(byte[] content) |
static Hash |
Hash.md5(String content) |
static Hash |
Hash.sha256(byte[] content) |
static Hash |
Hash.sha256(String content) |
static Hash |
Hash.sha512(byte[] content) |
static Hash |
Hash.sha512(String content) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.