Package org.uberfire.security.crypt
Interface CryptProvider
-
public interface CryptProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdecrypt(String content, Object salt)Stringencrypt(String content, Object salt)
-