| Package | Description |
|---|---|
| com.twitter.joauth |
| Modifier and Type | Class and Description |
|---|---|
static class |
Signer.ConstSigner
For testing.
|
static class |
Signer.StandardSigner
the standard implementation of the Signer trait.
|
| Modifier and Type | Method and Description |
|---|---|
static Signer |
Signer.getStandardSigner() |
| Modifier and Type | Method and Description |
|---|---|
static Verifier |
Verifier.VerifierFactory.newVerifier(Signer sign,
int maxClockFloatAheadMins,
int maxClockFloatBehindMins,
NonceValidator validateNonce) |
| Constructor and Description |
|---|
StandardVerifier(Signer signer,
int maxClockFloatAheadMins,
int maxClockFloatBehindMins,
NonceValidator validateNonce) |
Copyright © 2019. All Rights Reserved.