|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptedText | |
com.retek.rsm.app.security.service.impl | |
com.retek.rsm.domain.security.service | |
com.retek.rsm.domain.security.service.impl |
Uses of EncryptedText in com.retek.rsm.app.security.service.impl |
Methods in com.retek.rsm.app.security.service.impl that return EncryptedText | |
static EncryptedText |
EncryptionTextTransformer.transform(EncryptedTextVo encryptedTextVo)
|
Methods in com.retek.rsm.app.security.service.impl with parameters of type EncryptedText | |
static EncryptedTextVo |
EncryptionTextTransformer.transform(EncryptedText encryptedText)
|
Uses of EncryptedText in com.retek.rsm.domain.security.service |
Methods in com.retek.rsm.domain.security.service that return EncryptedText | |
EncryptedText |
EncryptionCoreService.encrypt(PublicKeyEncryptionStrategy publicKeyInfo,
java.lang.String clearText)
Returns a EncryptedText object that is an encrypted representation of the passed in
clearText String. |
Methods in com.retek.rsm.domain.security.service with parameters of type EncryptedText | |
java.lang.String |
EncryptionCoreService.decrypt(EncryptedText encryptedText)
Returns a String object that is an decrypted representation of the passed in byte[]
held in parameter object EncryptedText. |
void |
SecurityCoreService.authenticate(java.lang.String userName,
EncryptedText encryptedPassword)
Authenticate the username and password with the security provider. |
Uses of EncryptedText in com.retek.rsm.domain.security.service.impl |
Methods in com.retek.rsm.domain.security.service.impl that return EncryptedText | |
EncryptedText |
EncryptionCoreServiceImpl.encrypt(PublicKeyEncryptionStrategy publicKeyInfo,
java.lang.String clearText)
Returns a EncryptedText object that is an encrypted representation of the passed in
clearText String. |
Methods in com.retek.rsm.domain.security.service.impl with parameters of type EncryptedText | |
void |
SecurityCoreServiceImpl.authenticate(java.lang.String userName,
EncryptedText encryptedPassword)
|
java.lang.String |
EncryptionCoreServiceImpl.decrypt(EncryptedText encryptedText)
Returns a String object that is an decrypted representation of the passed in
EncryptedText object application to encrypt a password or other data. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |