com.ca.jcs.converter.attr
Class EncryptAttributeConverter

java.lang.Object
  extended by com.ca.jcs.converter.attr.AttributeValueConverter
      extended by com.ca.jcs.converter.attr.EncryptAttributeConverter
All Implemented Interfaces:
AttributeConverter

public class EncryptAttributeConverter
extends AttributeValueConverter


Constructor Summary
EncryptAttributeConverter(CryptoService svc, String algorithm, boolean addAlgorithmPrefix)
           
 
Method Summary
 
Methods inherited from class com.ca.jcs.converter.attr.AttributeValueConverter
convertFromConnector, convertToConnector, getConverter, isLossy, isMultiValued, isStructural, setConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptAttributeConverter

public EncryptAttributeConverter(CryptoService svc,
                                 String algorithm,
                                 boolean addAlgorithmPrefix)


Created 2011-07-14 13:27 EST