public interface CryptProvider
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String content,
Object salt) |
String |
encrypt(String content,
Object salt) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.