Class OAuthRsaSigner

  • All Implemented Interfaces:
    OAuthSigner

    @Beta
    public final class OAuthRsaSigner
    extends Object
    implements OAuthSigner
    Beta
    OAuth "RSA-SHA1" signature method.

    The private key may be loaded using the utilities in SecurityUtils.

    Since:
    1.0
    Author:
    Yaniv Inbar