railo.runtime.functions.other
Class Decrypt

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

public final class Decrypt
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
Decrypt()
           
 
Method Summary
static String call(PageContext pc, String string, String key)
           
static String call(PageContext pc, String string, String key, String algorithm)
           
static String call(PageContext pc, String string, String key, String algorithm, String encoding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decrypt

public Decrypt()
Method Detail

call

public static String call(PageContext pc,
                          String string,
                          String key)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String string,
                          String key,
                          String algorithm)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String string,
                          String key,
                          String algorithm,
                          String encoding)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo