public interface CredentialGenerator
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Clean up any resources.
|
void |
init(int numberOfCredentials)
Initialize the credential generator specifying how many credentials he will need to produce.
|
java.lang.Object |
nextCredential()
Get the next credential from the generator.
|
void init(int numberOfCredentials)
numberOfCredentials
- The number of credentials to generate.java.lang.Object nextCredential()
void destroy()