public class FillKeytool extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected org.xipki.datasource.DataSourceWrapper |
datasource |
| Constructor and Description |
|---|
FillKeytool(org.xipki.datasource.DataSourceFactory datasourceFactory,
org.xipki.password.PasswordResolver passwordResolver,
String dbConfFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
execute(int numKeypairs,
String encAlg,
char[] password) |
public FillKeytool(org.xipki.datasource.DataSourceFactory datasourceFactory,
org.xipki.password.PasswordResolver passwordResolver,
String dbConfFile)
throws org.xipki.password.PasswordResolverException,
IOException
org.xipki.password.PasswordResolverExceptionIOExceptionpublic void close()
close in interface AutoCloseableCopyright © 2022. All rights reserved.