Package | Description |
---|---|
org.axonframework.common.digest |
Modifier and Type | Method and Description |
---|---|
static Digester |
Digester.newInstance(String algorithm)
Creates a new Digester instance for the given
algorithm . |
static Digester |
Digester.newMD5Instance()
Creates a new Digester instance for the MD5 Algorithm
|
Digester |
Digester.update(byte[] additionalData)
Update the Digester with given
additionalData . |
Copyright © 2010–2018. All rights reserved.