|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface com.retek.platform.service.Service |
serialVersionUID |
Method Summary | |
java.lang.String |
decrypt(EncryptedText encryptedText)
Returns a String object that is an decrypted representation of the passed in byte[]
held in parameter object EncryptedText. |
EncryptedText |
encrypt(PublicKeyEncryptionStrategy publicKeyInfo,
java.lang.String clearText)
Returns a EncryptedText object that is an encrypted representation of the passed in
clearText String. |
PublicKeyEncryptionStrategy |
getPublicEncryptionStrategy()
Returns a PulicKeyEncryptionStrategy object that is required by the calling
application to encrypt a password or other data. |
Methods inherited from interface com.retek.platform.service.Service |
attachFallbackHandler |
Method Detail |
public PublicKeyEncryptionStrategy getPublicEncryptionStrategy()
PulicKeyEncryptionStrategy
object that is required by the calling
application to encrypt a password or other data.
public EncryptedText encrypt(PublicKeyEncryptionStrategy publicKeyInfo, java.lang.String clearText)
EncryptedText
object that is an encrypted representation of the passed in
clearText String.
publicKeyInfo
- -
The PublicKeyEncryptionStrategy object contains details on how to encrypt.clearText
- -
The String object the is encrypted.
public java.lang.String decrypt(EncryptedText encryptedText)
String
object that is an decrypted representation of the passed in byte[]
held in parameter object EncryptedText.
encryptedText
- -
The EncryptedText object that is decrypted..
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |