public class SecureRandomConverter extends AbstractBaseConverter<SecureRandom>
String into a SecureRandom.
For a description of the format, see SecureRandom.getInstance(String).
Example:
@Parameter(names = { "--secureRandom" }, converter = SecureRandomConverter.class)
private SecureRandom secureRandom;
SecureRandom,
SecureRandom.getInstance(String)failOnNull, targetClass| Constructor and Description |
|---|
SecureRandomConverter(String optionName)
Constructs a converter.
|
| Modifier and Type | Method and Description |
|---|---|
protected SecureRandom |
convertImpl(String value)
Converts a value.
|
convert, getErrorString, isSingle, newParameterException, newParameterException, split, toInt, toURIpublic SecureRandomConverter(String optionName)
optionName - The option name, may be null.protected SecureRandom convertImpl(String value) throws NoSuchAlgorithmException, NoSuchProviderException
AbstractBaseConverterconvertImpl in class AbstractBaseConverter<SecureRandom>value - the value to convertNoSuchAlgorithmExceptionNoSuchProviderExceptionCopyright © 2016-2016 Gary Gregory. All Rights Reserved.
Use is subject to The Apache Software License, Version 2.0