org.refcodes.factory.ContextLookupFactory<CipherVersion,String,String>, CipherVersionFactory<CipherVersion>public class CipherVersionFactoryImpl extends Object implements CipherVersionFactory<CipherVersion>
CipherVersionFactory creating
CipherVersion instances.| Constructor | Description |
|---|---|
CipherVersionFactoryImpl() |
| Modifier and Type | Method | 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 CipherVersionFactory<CipherVersion>createInstance in interface org.refcodes.factory.ContextLookupFactory<CipherVersion,String,String>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.