Uses of Class
net.adamcin.httpsig.api.Challenge

Uses of Challenge in net.adamcin.httpsig.api
 

Fields in net.adamcin.httpsig.api declared as Challenge
static Challenge Constants.PREEMPTIVE_CHALLENGE
           
 

Methods in net.adamcin.httpsig.api that return Challenge
static Challenge Challenge.parse(String header)
          Parse a WWW-Authenticate header value to create a Challenge
 

Methods in net.adamcin.httpsig.api with parameters of type Challenge
 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, RequestContent requestContent, Authorization authorization)
          Verifies the provided Authorization header against the original Challenge
 boolean DefaultVerifier.verify(Challenge challenge, RequestContent requestContent, Authorization authorization)
          Verifies the provided Authorization header against the original Challenge
 VerifyResult Verifier.verifyWithResult(Challenge challenge, RequestContent requestContent, Authorization authorization)
          Verifies the provided Authorization header against the original Challenge
 VerifyResult DefaultVerifier.verifyWithResult(Challenge challenge, RequestContent requestContent, Authorization authorization)
          Verifies the provided Authorization header against the original Challenge
 



Copyright © 2013-2014. All Rights Reserved.