| Interface | Description | 
|---|---|
| OAuthSignatureMethod | |
| OAuthSignatureMethodFactory | 
 Factory for signature methods. 
 | 
| SaltedConsumerSecret | 
 Marker interface for indicating that a consumer secret has some salt. 
 | 
| SharedConsumerSecret | 
 A signature secret that consists of a consumer secret and a token secret. 
 | 
| SignatureSecret | 
 Marker interface for OAuth signature secrets. 
 | 
| Class | Description | 
|---|---|
| CoreOAuthSignatureMethodFactory | 
 Implements the signatures defined in OAuth Core 1.0. 
 | 
| HMAC_SHA1SignatureMethod | 
 HMAC-SHA1 signature method. 
 | 
| PlainTextSignatureMethod | 
 Plain text signature method. 
 | 
| RSA_SHA1SignatureMethod | 
 RSA-SHA1 signature method. 
 | 
| RSAKeySecret | 
 Signature secret for RSA. 
 | 
| SharedConsumerSecretImpl | 
 Default implementation of a signature secret. 
 | 
| SignatureSecretEditor | 
 A signature secret that consists of a consumer secret and a tokent secret. 
 | 
| Exception | Description | 
|---|---|
| InvalidSignatureException | 
 Thrown when a signature is invalid. 
 | 
| UnsupportedSignatureMethodException | 
Copyright © 2019. All rights reserved.