Uses of Interface
com.ca.jcs.crypto.CryptoService

Packages that use CryptoService
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
com.ca.jcs.cfg Collection of classes used to configure the JCS and its contained components. 
com.ca.jcs.converter.attr   
com.ca.jcs.converter.core   
com.ca.jcs.converter.meta   
com.ca.jcs.crypto This package provides some support for encryption / obfuscation of sensitive data. 
com.ca.jcs.crypto.legacy   
 

Uses of CryptoService in com.ca.jcs
 

Methods in com.ca.jcs that return CryptoService
 CryptoService DefaultConnectorManager.getCryptoService()
           
 CryptoService ConnectorManager.getCryptoService()
           
 

Methods in com.ca.jcs with parameters of type CryptoService
 void DefaultConnectorManager.setCryptoService(CryptoService cryptoService)
           
 void ConnectorManager.setCryptoService(CryptoService cryptoService)
           
 

Uses of CryptoService in com.ca.jcs.cfg
 

Methods in com.ca.jcs.cfg that return CryptoService
 CryptoService HttpProxyConfiguration.getCryptoService()
           
 

Methods in com.ca.jcs.cfg with parameters of type CryptoService
 void HttpProxyConfiguration.setCryptoService(CryptoService cryptoService)
           
 

Uses of CryptoService in com.ca.jcs.converter.attr
 

Constructors in com.ca.jcs.converter.attr with parameters of type CryptoService
EncryptAttributeConverter(CryptoService svc, String algorithm, boolean addAlgorithmPrefix)
           
 

Uses of CryptoService in com.ca.jcs.converter.core
 

Constructors in com.ca.jcs.converter.core with parameters of type CryptoService
EncryptConverter(CryptoService svc, String algorithm, boolean addAlgorithmPrefix)
           
 

Uses of CryptoService in com.ca.jcs.converter.meta
 

Methods in com.ca.jcs.converter.meta that return CryptoService
 CryptoService EncyptPropertyConverter.EncryptConfig.getCryptoService()
           
 

Methods in com.ca.jcs.converter.meta with parameters of type CryptoService
 void EncyptPropertyConverter.EncryptConfig.setCryptoService(CryptoService cryptoService)
           
 

Uses of CryptoService in com.ca.jcs.crypto
 

Methods in com.ca.jcs.crypto with parameters of type CryptoService
static Attribute CryptoUtil.copyAttributeDecryptValues(CryptoService cryptoService, String algorithm, String newId, Attribute attr)
           
static Attribute CryptoUtil.copyAttributeEncryptValues(CryptoService cryptoService, String algorithm, String newId, Attribute attr)
           
 

Uses of CryptoService in com.ca.jcs.crypto.legacy
 

Classes in com.ca.jcs.crypto.legacy that implement CryptoService
 class LegacyCryptoService
          This makes use of the static obfuscation used by CA Workflow/Self Service etc, which can be found at Crypt.
 



Created 2011-07-14 13:27 EST