| Package | Description |
|---|---|
| org.springframework.security.oauth.common.signature |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainTextSignatureMethod.verify(String signatureBaseString,
String signature)
Deprecated.
Validates that the signature is the same as the secret.
|
void |
RSA_SHA1SignatureMethod.verify(String signatureBaseString,
String signature)
Deprecated.
Verify the signature of the given signature base string.
|
void |
HMAC_SHA1SignatureMethod.verify(String signatureBaseString,
String signature)
Deprecated.
Verify the signature of the given signature base string.
|
void |
OAuthSignatureMethod.verify(String signatureBaseString,
String signature)
Deprecated.
Verify the specified signature on the given signature base string.
|
Copyright © 2020. All rights reserved.