public interface Md5
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
char[] |
asHexCharacters() |
java.lang.String |
asHexString() |
Md5 |
update(byte with) |
Md5 |
update(byte[] with) |
Md5 |
update(byte[] with,
int offset,
int length) |
Md5 |
update(java.io.File file) |
Md5 |
update(java.io.InputStream is) |
Md5 |
update(java.lang.String with) |
Md5 |
update(java.lang.String with,
java.nio.charset.Charset charset) |
@Nonnull Md5 update(@Nullable java.lang.String with)
@Nonnull Md5 update(@Nullable java.lang.String with, @Nonnull java.nio.charset.Charset charset)
@Nonnull Md5 update(byte with)
@Nonnull Md5 update(@Nullable byte[] with)
@Nonnull Md5 update(@Nullable byte[] with, @Nonnegative int offset, @Nonnegative int length)
@Nonnull Md5 update(@Nullable@WillNotClose java.io.InputStream is) throws java.io.IOException
java.io.IOException@Nonnull Md5 update(@Nullable java.io.File file) throws java.io.IOException
java.io.IOException@Nonnull byte[] asBytes()
@Nonnull char[] asHexCharacters()
@Nonnull java.lang.String asHexString()
Copyright © 2013 echocat. All Rights Reserved.