public interface SecureTokenService
| Modifier and Type | Method and Description |
|---|---|
SecureToken |
decryptData(java.lang.String encryptedToken)
Decrypt the token to a SecureToken.
|
java.lang.String |
encryptData(SecureToken data)
Encrypt the SecureToken parameter to a String
|
java.lang.String encryptData(SecureToken data)
data - The unencrypted token datajava.lang.IllegalArgumentExceptionSecureToken decryptData(java.lang.String encryptedToken)
encryptedToken - the encrypted token datajava.lang.IllegalArgumentException - if the token cannot be decryptedCopyright © 2018 SAP SE. All Rights Reserved.