Uses of Class
org.springframework.security.oauth.common.signature.InvalidSignatureException

Packages that use InvalidSignatureException
org.springframework.security.oauth.common.signature   
 

Uses of InvalidSignatureException in org.springframework.security.oauth.common.signature
 

Methods in org.springframework.security.oauth.common.signature that throw InvalidSignatureException
 void OAuthSignatureMethod.verify(String signatureBaseString, String signature)
          Verify the specified signature on the given signature base string.
 void RSA_SHA1SignatureMethod.verify(String signatureBaseString, String signature)
          Verify the signature of the given signature base string.
 void HMAC_SHA1SignatureMethod.verify(String signatureBaseString, String signature)
          Verify the signature of the given signature base string.
 void PlainTextSignatureMethod.verify(String signatureBaseString, String signature)
          Validates that the signature is the same as the secret.
 



Copyright © 2013. All rights reserved.