See: Description
| Interface | Description |
|---|---|
| GroupElementExpression |
An
Expression that evaluates to a GroupElement. |
| GroupVariableExpr |
A
GroupElementExpression representing a variable which does not have a known value at time of creation. |
| Class | Description |
|---|---|
| AbstractGroupElementExpression |
An
Expression that evaluates to a GroupElement. |
| BasicNamedGroupVariableExpr |
A
GroupVariableExpr with a specific name. |
| GroupElementConstantExpr |
A
GroupElementExpression representing a constant group element. |
| GroupEmptyExpr |
Represents the neutral group element of the given group.
|
| GroupInvExpr |
A
GroupElementExpression representing the inversion of another group element expression. |
| GroupOpExpr |
A
GroupElementExpression representing the group operation applied to two group element expressions. |
| GroupPowExpr |
A
GroupElementExpression representing a a group element expression raised to some power. |
| PairingExpr |
A
GroupElementExpression representing a bilinear pairing applied to two group element expressions. |