Sun Adapter for LDAP API

com.stc.connector.ldapadapter.utils.cryptography.impl
Class CipherUtilImpl

java.lang.Object
  extended by com.stc.connector.ldapadapter.utils.cryptography.impl.CipherUtilImpl
All Implemented Interfaces:
CipherUtil

public class CipherUtilImpl
extends java.lang.Object
implements CipherUtil

Author:
rtsang To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
CipherUtilImpl()
           
 
Method Summary
 java.lang.String decryptCredential(java.lang.String aData)
           
 java.lang.String encryptCredential(java.lang.String aData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherUtilImpl

public CipherUtilImpl()
Method Detail

decryptCredential

public java.lang.String decryptCredential(java.lang.String aData)
Specified by:
decryptCredential in interface CipherUtil

encryptCredential

public java.lang.String encryptCredential(java.lang.String aData)
Specified by:
encryptCredential in interface CipherUtil

Sun Adapter for LDAP API