@InterfaceAudience.Private public class PerClientRandomNonceGenerator extends Object implements NonceGenerator
Modifier and Type | Field and Description |
---|---|
private long |
clientId |
private Random |
rdm |
Constructor and Description |
---|
PerClientRandomNonceGenerator() |
private final Random rdm
private final long clientId
public long getNonceGroup()
getNonceGroup
in interface NonceGenerator
public long newNonce()
newNonce
in interface NonceGenerator
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.