com.hazelcast.aws.security
Class RFC2104HMAC

java.lang.Object
  extended by com.hazelcast.aws.security.RFC2104HMAC

public final class RFC2104HMAC
extends Object


Method Summary
static String calculateRFC2104HMAC(String data, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

calculateRFC2104HMAC

public static String calculateRFC2104HMAC(String data,
                                          String key)
                                   throws SignatureException
Throws:
SignatureException


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.