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

Uses of VerifyResult in net.adamcin.httpsig.api
 

Methods in net.adamcin.httpsig.api that return VerifyResult
static VerifyResult VerifyResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VerifyResult[] VerifyResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 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.