Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.rt.hook
Interface SystemPasswordEncryptionHook


public interface SystemPasswordEncryptionHook
Since:
Oracle9i Application Server Wireless Edition

Method Summary
 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

decrypt

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

encrypt

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.