|
virtual |
build a key using item.
it should not be overwritten since it takes care to set the signature of the key i.e. maily it keeps the address of the factory that creates the key. this is used by the key clone procedure ! The real job of allocating the key is done by DoNew which could be overwritten in class that inherits from this. This DoNew method focuses only on creating the key.
Reimplemented in ADF::MainKeyFactory.
Definition at line 41 of file KeyFactory.cpp.