* @param defs The Container Signature Definitions
* @param containerType The Container Type
*/
@Override
public void init(final ContainerSignatureDefinitions defs, final String containerType) {
containerIdentifierInit = new ContainerIdentifierInit();
containerIdentifierInit.init(defs, containerType, formats, null);
}