public final class MD4
extends java.lang.Object
Constructor | Description |
---|---|
MD4() |
Standard constructor, creates a new MD4 instance.
|
Modifier and Type | Method | Description |
---|---|---|
byte[] |
digest(byte[] in) |
Compute and return the message digest of the input byte array.
|
Copyright © 2018 Oracle. All rights reserved.