public interface Digester
String| 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 |
String digest(String s)
s - the String to digestdigest(String, int)Copyright © 2018 Atlassian. All rights reserved.