Uses of Class
org.glassfish.jersey.oauth1.signature.UnsupportedSignatureMethodException
-
Packages that use UnsupportedSignatureMethodException Package Description org.glassfish.jersey.oauth1.signature Jersey OAuth 1 Signature API and Implementation. -
-
Uses of UnsupportedSignatureMethodException in org.glassfish.jersey.oauth1.signature
Methods in org.glassfish.jersey.oauth1.signature that throw UnsupportedSignatureMethodException Modifier and Type Method Description private OAuth1SignatureMethod
OAuth1Signature. getSignatureMethod(OAuth1Parameters params)
Retrieves an instance of a signature method that can be used to generate or verify signatures for data.
-