public class ClassCryptFactory extends Object implements ICryptFactory
ICrypt object by instantiating a provided class. The class
must implement ICrypt.| Constructor and Description |
|---|
ClassCryptFactory(Class<?> cryptClass,
String encryptionKey)
Construct.
|
public ICrypt newCrypt()
newCrypt in interface ICryptFactoryICryptFactory.newCrypt()Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.