Package org.keycloak.jose.jws.crypto
Interface SignatureProvider
-
- All Known Implementing Classes:
HMACProvider
,RSAProvider
public interface SignatureProvider
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
verify(JWSInput input, String key)
-