Class OAuthSignatureMethod

  • Direct Known Subclasses:
    RSA_SHA1

    public abstract class OAuthSignatureMethod
    extends Object
    A pair of algorithms for computing and verifying an OAuth digital signature.

    Static methods of this class implement a registry of signature methods. It's pre-populated with the standard OAuth algorithms. Appliations can replace them or add new ones.

    Author:
    John Kristian