org.synchronoss.cpo.transform.jdbc
Class TransformStringToEncryptedString

Package class diagram package TransformStringToEncryptedString
java.lang.Object
  extended by org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString

public class TransformStringToEncryptedString
extends java.lang.Object


Constructor Summary
TransformStringToEncryptedString()
           
 
Method Summary
 java.lang.String transformIn(java.lang.String inString)
           
 java.lang.String transformOut(JdbcPreparedStatementFactory jpsf, java.lang.String outString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformStringToEncryptedString

public TransformStringToEncryptedString()
                                 throws java.lang.ClassNotFoundException,
                                        java.lang.InstantiationException,
                                        java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Method Detail

transformIn

public java.lang.String transformIn(java.lang.String inString)
                             throws CpoException
Throws:
CpoException

transformOut

public java.lang.String transformOut(JdbcPreparedStatementFactory jpsf,
                                     java.lang.String outString)
                              throws CpoException
Throws:
CpoException


Copyright © 2009. All Rights Reserved.