Interface | Description |
---|---|
SignatureService |
Signs a base string, returning the OAuth signature
|
TimestampService |
Unix epoch timestamp generator.
|
Class | Description |
---|---|
HMACSha1SignatureService |
HMAC-SHA1 implementation of
SignatureService |
PlaintextSignatureService |
plaintext implementation of
SignatureService |
TimestampServiceImpl |
Implementation of
TimestampService using plain java classes. |