| Package | Description |
|---|---|
| net.obvj.jep.functions |
| Modifier and Type | Method and Description |
|---|---|
static UnaryEncryptionFunction.EncryptionAlgorithm |
UnaryEncryptionFunction.EncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryEncryptionFunction.EncryptionAlgorithm[] |
UnaryEncryptionFunction.EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UnaryEncryptionFunction(UnaryEncryptionFunction.EncryptionAlgorithm encryptionAlgorithm)
Builds this function with a fixed number of three parameters and the given encryption
algorithm.
|
Copyright © 2020. All rights reserved.