org.synchronoss.cpo.transform.jdbc
Class TransformStringToEncryptedString

Package class diagram package TransformStringToEncryptedString
java.lang.Object
  extended by org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
All Implemented Interfaces:
Transform<java.lang.String,java.lang.String>

public class TransformStringToEncryptedString
extends java.lang.Object
implements Transform<java.lang.String,java.lang.String>


Constructor Summary
TransformStringToEncryptedString()
           
 
Method Summary
 java.lang.String transformIn(java.lang.String inString)
           
 java.lang.String transformOut(JdbcCallableStatementFactory jpsf, java.lang.String attributeObject)
           
 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
Specified by:
transformIn in interface Transform<java.lang.String,java.lang.String>
Throws:
CpoException

transformOut

public java.lang.String transformOut(JdbcPreparedStatementFactory jpsf,
                                     java.lang.String outString)
                              throws CpoException
Specified by:
transformOut in interface Transform<java.lang.String,java.lang.String>
Throws:
CpoException

transformOut

public java.lang.String transformOut(JdbcCallableStatementFactory jpsf,
                                     java.lang.String attributeObject)
                              throws CpoException,
                                     java.lang.UnsupportedOperationException
Specified by:
transformOut in interface Transform<java.lang.String,java.lang.String>
Throws:
CpoException
java.lang.UnsupportedOperationException


Copyright © 2011. All Rights Reserved.