public class DefaultMd5 extends Md5Support
DEFAULT_CHARSET| Constructor and Description |
|---|
DefaultMd5() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
Md5 |
update(byte with) |
Md5 |
update(byte[] with) |
Md5 |
update(byte[] with,
int offset,
int length) |
asHexCharacters, asHexString, update, update, update, update@Nonnull public Md5 update(byte with)
update in interface Md5update in class Md5Support@Nonnull public Md5 update(@Nullable byte[] with)
update in interface Md5update in class Md5Support@Nonnull public Md5 update(@Nullable byte[] with, @Nonnegative int offset, @Nonnegative int length)
@Nonnull public byte[] asBytes()
Copyright © 2013 echocat. All Rights Reserved.