public class MD4
extends java.lang.Object
Text.digest(java.lang.String, java.lang.String, java.lang.String)
methods.Constructor and Description |
---|
MD4()
Create a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
digest(byte[] input)
Utility method that makes a single update and then finishes.
|
byte[] |
finish()
MD4 finalization.
|
void |
update(byte[] input,
int off,
int len)
Feed some more input.
|
public void update(byte[] input, int off, int len)
input
- input blockoff
- offset inside input blocklen
- number of valid bytespublic byte[] finish()
public static byte[] digest(byte[] input)
input
- input"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"