JavaScript is disabled on your browser.
Skip navigation links
RESTEasy 7.0.0.Alpha3
References in this document to JAX-RS refer to the Jakarta RESTful Web Services unless otherwise noted.
References in this document to JAXB refer to the Jakarta XML Binding unless otherwise noted.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.jboss.resteasy.jose.jws.crypto
Interface SignatureProvider
All Known Implementing Classes:
HMACProvider
,
RSAProvider
public interface
SignatureProvider
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
verify
(
JWSInput
input,
String
key)
Method Details
verify
boolean
verify
(
JWSInput
input,
String
key)