public class DefaultCipherFactory extends Object implements CipherFactory
Cipher configured using properties from
CryptoConstants.PROPERTIES_MAP.| Modifier and Type | Field and Description |
|---|---|
protected int |
blockSize |
protected String |
transformation |
| Constructor and Description |
|---|
DefaultCipherFactory(Map<String,String> properties) |
protected String transformation
protected int blockSize
public Cipher cipher()
CipherFactoryCipher configured using settings known
to the factory implementation.cipher in interface CipherFactorypublic int blockSize()
CipherFactoryblockSize in interface CipherFactoryCopyright © 2001–2015 Apache Cayenne. All rights reserved.