com.ca.jcs.converter.meta
Class EncyptPropertyConverter.EncryptConfig

java.lang.Object
  extended by com.ca.jcs.converter.meta.ConverterConfig
      extended by com.ca.jcs.converter.meta.EncyptPropertyConverter.EncryptConfig
Enclosing class:
EncyptPropertyConverter

public static class EncyptPropertyConverter.EncryptConfig
extends ConverterConfig


Field Summary
 
Fields inherited from class com.ca.jcs.converter.meta.ConverterConfig
DEFAULT_ORDER, STRUCTURAL_ORDER
 
Constructor Summary
EncyptPropertyConverter.EncryptConfig()
           
 
Method Summary
 CryptoService getCryptoService()
           
 void setCryptoService(CryptoService cryptoService)
           
 
Methods inherited from class com.ca.jcs.converter.meta.ConverterConfig
getOrder, getOrder, isActiveByDefault, isExclusive, setActiveByDefault, setExclusive, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncyptPropertyConverter.EncryptConfig

public EncyptPropertyConverter.EncryptConfig()
Method Detail

getCryptoService

public CryptoService getCryptoService()

setCryptoService

public void setCryptoService(CryptoService cryptoService)


Created 2011-07-14 13:27 EST