Constructor and Description |
---|
MD5() |
Modifier and Type | Method and Description |
---|---|
void |
digest(byte[] dst) |
void |
digest(byte[] dst,
int pos) |
int |
getDigestLength() |
void |
reset() |
void |
update(byte b) |
void |
update(byte[] b) |
void |
update(byte[] buff,
int pos,
int len) |
public final void update(byte[] buff, int pos, int len)
public final int getDigestLength()
getDigestLength
in interface Digest
Copyright © 2024. All rights reserved.