| Modifier and Type | Method and Description |
|---|---|
static Authorization |
Authorization.parse(String header) |
Authorization |
Signer.sign(SignatureBuilder signatureBuilder)
Signs a
SignatureBuilder and returns an Authorization header |
| Modifier and Type | Method and Description |
|---|---|
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 |
Copyright © 2013. All Rights Reserved.