public class RandomReseedCmd extends Object
RandomReseedCmd implements the random reseed command for the YubiHSM.| Modifier and Type | Method and Description |
|---|---|
static boolean |
execute(DeviceHandler device,
String seed)
Provide YubiHSM DRBG_CTR with a new seed.
|
public static boolean execute(DeviceHandler device, String seed) throws YubiHSMInputException, YubiHSMErrorException, YubiHSMCommandFailedException
device - the YubiHSM deviceseed - the seed string with a length of 32YubiHSMInputException - argument exceptionYubiHSMErrorException - error exceptionYubiHSMCommandFailedException - command failed exceptionCopyright © 2011-2016 United ID. All Rights Reserved.