| 程序包 | 说明 |
|---|---|
| com.oceanbase.jdbc.internal.com.send.authentication.ed25519.math |
| 限定符和类型 | 方法和说明 |
|---|---|
GroupElement.Representation |
GroupElement.getRepresentation()
Gets the representation of the group element.
|
static GroupElement.Representation |
GroupElement.Representation.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GroupElement.Representation[] |
GroupElement.Representation.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
GroupElement |
Curve.getZero(GroupElement.Representation repr) |
| 构造器和说明 |
|---|
GroupElement(Curve curve,
GroupElement.Representation repr,
FieldElement X,
FieldElement Y,
FieldElement Z,
FieldElement T)
Creates a group element for a curve.
|
Copyright © 2024 oceanbase.com. All rights reserved.