public interface EncryptionService
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decrypt(String jweString,
Class<T> modelKlass) |
String |
encrypt(Object object,
JweEncryptionSpec encSpec) |
String encrypt(Object object, JweEncryptionSpec encSpec)
Copyright © 2018. All rights reserved.