public class DefaultBytesTransformerFactory extends Object implements BytesTransformerFactory
BytesTransformerFactory that creates transformers depending on the
encryption mode specified via properties.| Constructor and Description |
|---|
DefaultBytesTransformerFactory(Map<String,String> properties,
CipherFactory cipherFactory,
KeySource keySource) |
public DefaultBytesTransformerFactory(Map<String,String> properties, CipherFactory cipherFactory, KeySource keySource)
public BytesEncryptor encryptor()
encryptor in interface BytesTransformerFactorypublic BytesDecryptor decryptor()
decryptor in interface BytesTransformerFactoryCopyright © 2001–2015 Apache Cayenne. All rights reserved.