| Constructor and Description |
|---|
HexMd5Digester() |
| Modifier and Type | Method and Description |
|---|---|
String |
digest(String s)
Digests the String into another String
|
String |
digest(String s,
int n)
Digest the String into another String, keeping at most the last
n characters of the digested String |
public String digest(String s)
Digesterdigest in interface Digesters - the String to digestDigester.digest(String, int)Copyright © 2018 Atlassian. All rights reserved.