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