Uses of Class
org.glassfish.jersey.oauth1.signature.UnsupportedSignatureMethodException
Packages that use UnsupportedSignatureMethodException
Package
Description
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 UnsupportedSignatureMethodExceptionModifier and TypeMethodDescriptionprivate OAuth1SignatureMethodOAuth1Signature.getSignatureMethod(OAuth1Parameters params) Retrieves an instance of a signature method that can be used to generate or verify signatures for data.