org.ejbca.ui.cli.hardtoken |
|
Java Source File Name | Type | Comment |
hardtoken.java | Class | |
HardTokenCommandFactory.java | Class | Factory for Hard Token managing Commands. |
ImportDataCommand.java | Class | Command used to import hard token data from a source.
It reads its properties from a file specified and there are two required
properties by default.
importer.classpath pointing to an implementation of a org.ejbca.ui.cli.hardtoken.IHardTokenImporter
significantissuerdn should contain the DN of the CA that the tokens should be connected to, used
for authorization purposes. |