railo.runtime.functions.displayFormatting
Class HMAC

java.lang.Object
  extended by railo.runtime.functions.displayFormatting.HMAC
All Implemented Interfaces:
Serializable, Function

public class HMAC
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
HMAC()
           
 
Method Summary
static String call(PageContext pc, Object oMessage, Object oKey)
           
static String call(PageContext pc, Object oMessage, Object oKey, String algorithm)
           
static String call(PageContext pc, Object oMessage, Object oKey, String algorithm, String charset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMAC

public HMAC()
Method Detail

call

public static String call(PageContext pc,
                          Object oMessage,
                          Object oKey)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object oMessage,
                          Object oKey,
                          String algorithm)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object oMessage,
                          Object oKey,
                          String algorithm,
                          String charset)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo