Class HMACProvider
- java.lang.Object
 - 
- org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
 
- 
- All Implemented Interfaces:
 SignatureProvider
public class HMACProvider extends Object implements SignatureProvider
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HMACProvider() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetJavaAlgorithm(Algorithm alg)static MacgetMAC(Algorithm alg)static byte[]sign(byte[] data, Algorithm algorithm, byte[] sharedSecret)static byte[]sign(byte[] data, Algorithm algorithm, SecretKey key)static booleanverify(JWSInput input, byte[] sharedSecret)booleanverify(JWSInput input, String key)static booleanverify(JWSInput input, SecretKey key) 
 -