org.jboss.resteasy.jose.jws.crypto
Class HMACProvider
java.lang.Object
org.jboss.resteasy.jose.jws.crypto.HMACProvider
public class HMACProvider
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HMACProvider
public HMACProvider()
getJavaAlgorithm
public static String getJavaAlgorithm(Algorithm alg)
getMAC
public static Mac getMAC(Algorithm alg)
sign
public static byte[] sign(byte[] data,
Algorithm algorithm,
byte[] sharedSecret)
sign
public static byte[] sign(byte[] data,
Algorithm algorithm,
SecretKey key)
verify
public static boolean verify(JWSInput input,
SecretKey key)
verify
public static boolean verify(JWSInput input,
byte[] sharedSecret)
Copyright © 2013. All Rights Reserved.