| Package | Description |
|---|---|
| org.tomitribe.churchkey.ec |
| Modifier and Type | Method and Description |
|---|---|
static Curve |
Curve.resolve(Oid oid) |
static Curve |
Curve.resolve(java.lang.String curveName) |
static Curve |
Curve.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Curve[] |
Curve.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Curve> |
Curve.getAliases() |
| Constructor and Description |
|---|
Private(java.lang.String curveName,
Curve curve,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger d) |
Public(java.lang.String curveName,
Curve curve,
java.math.BigInteger x,
java.math.BigInteger y) |
Copyright © 2014-2021 Tomitribe Corporation. All Rights Reserved.