| Modifier and Type | Field and Description |
|---|---|
static Challenge |
Constants.PREEMPTIVE_CHALLENGE |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
Authorization.getChallenge() |
static Challenge |
Challenge.parseChallenge(String challenge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Signer.rotateKeys(Challenge nextChallenge)
Call this method to rotate the candidate keys according to the provided
Challenge. |
boolean |
Signer.rotateKeys(Challenge nextChallenge,
Authorization failedAuthz)
Call this method to rotate the candidate keys
|
boolean |
Verifier.verify(Challenge challenge,
SignatureBuilder signatureBuilder,
Authorization authorization)
Verifies the provided
Authorization header against the original Challenge |
VerifyResult |
Verifier.verifyWithResult(Challenge challenge,
SignatureBuilder signatureBuilder,
Authorization authorization)
Verifies the provided
Authorization header against the original Challenge |
| Constructor and Description |
|---|
Authorization(String keyId,
String signature,
List<String> headers,
Algorithm algorithm,
Challenge challenge) |
Copyright © 2013. All Rights Reserved.