public class CipherVersionFactoryImpl extends Object implements CipherVersionFactory<CipherVersion>
CipherVersionFactory creating
CipherVersion instances.| Constructor and Description |
|---|
CipherVersionFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
CipherVersion |
createInstance(String aCipherUid,
String aCipher)
Factory method to be implemented by subclasses.
|
public CipherVersion createInstance(String aCipherUid, String aCipher)
CipherVersion objects.createInstance in interface org.refcodes.factory.ContextLookupFactory<CipherVersion,String,String>createInstance in interface CipherVersionFactory<CipherVersion>aCipherUid - The UID for the cipher to be stored in the
CipherVersionaCipher - The cipher to be stored in the CipherVersion.CipherVersion with the cipher UID and the cipherCopyright © 2018. All rights reserved.