public interface Nonce
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generate()
Generates a nonce value.
|
int |
getLength() |
byte[] generate()
throws LimitException
LimitException - When a limit imposed by the nonce generation
strategy, if any, is exceeded.int getLength()
Copyright © 2016 JBoss by Red Hat. All rights reserved.