oracle.panama.rt.hook
Interface SystemPasswordEncryptionHook


public interface SystemPasswordEncryptionHook

Since:
Oracle9i Application Server Wireless Edition

Method Summary
TypeMethod
 java.lang.String decrypt(java.lang.String encryptedText)
          Decrypts the encrypted text
 java.lang.String encrypt(java.lang.String text)
          Encrypts the text
 

Method Detail

encrypt

public java.lang.String encrypt(java.lang.String text)
Encrypts the text
Parameters:
text - the text to be encrypted
Returns:
the encrypted text

decrypt

public java.lang.String decrypt(java.lang.String encryptedText)
Decrypts the encrypted text
Parameters:
encryptedText - the encrypted text
Returns:
the decrypted text