railo.runtime.functions.other
Class EncryptBinary

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

public final class EncryptBinary
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

EncryptBinary

public EncryptBinary()
Method Detail

call

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

call

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


Copyright © 2012 Railo