railo.runtime.functions.conversion
Class GenerateSecretKey

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

public final class GenerateSecretKey
extends Object
implements Function

Generates a Secret Key

See Also:
Serialized Form

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

Constructor Detail

GenerateSecretKey

public GenerateSecretKey()
Method Detail

call

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

call

public static String call(PageContext pc,
                          String algorithm,
                          double keySize)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo