Interface OAuthSigner

    • Method Detail

      • getSignatureMethod

        java.lang.String getSignatureMethod()
        Returns the signature method.
      • computeSignature

        java.lang.String computeSignature​(java.lang.String signatureBaseString)
                                   throws java.security.GeneralSecurityException
        Returns the signature computed from the given signature base string.
        Throws:
        java.security.GeneralSecurityException - general security exception