| Package | Description |
|---|---|
| org.springframework.security.oauth.common.signature |
| Modifier and Type | Class and Description |
|---|---|
class |
HMAC_SHA1SignatureMethod
|
class |
PlainTextSignatureMethod
|
class |
RSA_SHA1SignatureMethod
|
| Modifier and Type | Method and Description |
|---|---|
OAuthSignatureMethod |
CoreOAuthSignatureMethodFactory.getSignatureMethod(String methodName,
SignatureSecret signatureSecret,
String tokenSecret)
Deprecated.
|
OAuthSignatureMethod |
OAuthSignatureMethodFactory.getSignatureMethod(String methodName,
SignatureSecret signatureSecret,
String tokenSecret)
Deprecated.
Get the signature method of the given name.
|
Copyright © 2020. All rights reserved.