public class ToolkitSignatureCheck2Impl
extends java.lang.Object
This implementation does nothing; it SHOULD only ever get used when running the Toolkit from its source. The implementation that is included in the Toolkit JAR distribution will actually verify the integrity (JAR signature verification) of each Toolkit JAR files that contains cryptographic algorithm i mplementations. This ensures that the Toolkit JAR files have not been modified since being built by Entrust. However, when running the Toolkit from its source, the Toolkit integrity cannot be checked since JAR files are not being used.
Initializer.checkToolkitIntegrity()