Oracle Application Server Wireless Java API Reference
B10400-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

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

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.