public interface NonceValidator
| Modifier and Type | Interface and Description |
|---|---|
static class |
NonceValidator.ConstNonceValidator
for testing.
|
static class |
NonceValidator.NoopNonceValidator |
| Modifier and Type | Field and Description |
|---|---|
static NonceValidator |
NO_OP_NONCE_VALIDATOR
a singleton of the NoopNonceValidator class
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(java.lang.String nonce) |
static final NonceValidator NO_OP_NONCE_VALIDATOR
Copyright © 2019. All Rights Reserved.