public final class DecryptBinary extends Object implements Function
Constructor and Description |
---|
DecryptBinary() |
Modifier and Type | Method and Description |
---|---|
static Object |
call(PageContext pc,
Object oBytes,
String key) |
static Object |
call(PageContext pc,
Object oBytes,
String key,
String algorithm) |
static Object |
call(PageContext pc,
Object oBytes,
String key,
String algorithm,
Object ivOrSalt) |
static Object |
call(PageContext pc,
Object oBytes,
String key,
String algorithm,
Object ivOrSalt,
double iterations) |
public DecryptBinary()
public static Object call(PageContext pc, Object oBytes, String key) throws PageException
PageException
public static Object call(PageContext pc, Object oBytes, String key, String algorithm) throws PageException
PageException
public static Object call(PageContext pc, Object oBytes, String key, String algorithm, Object ivOrSalt) throws PageException
PageException
public static Object call(PageContext pc, Object oBytes, String key, String algorithm, Object ivOrSalt, double iterations) throws PageException
PageException
Copyright © 2015 Lucee