| Package | Description | 
|---|---|
| org.glassfish.jersey.oauth1.signature | Jersey OAuth 1 Signature API and Implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | RsaSha1Method. sign(String baseString,
    OAuth1Secrets secrets)Generates the RSA-SHA1 signature of OAuth request elements. | 
| String | OAuth1SignatureMethod. sign(String baseString,
    OAuth1Secrets secrets)Signs the data using the supplied secret(s). | 
| boolean | RsaSha1Method. verify(String elements,
      OAuth1Secrets secrets,
      String signature)Verifies the RSA-SHA1 signature of OAuth request elements. | 
| boolean | OAuth1SignatureMethod. verify(String elements,
      OAuth1Secrets secrets,
      String signature)Verifies the signature for the data using the supplied secret(s). | 
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.