|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Secp256k1
secp256k1 Elliptic Curve parameters
http://www.secg.org/collateral/sec2_final.pdf - page 15
Field Summary | |
---|---|
static java.math.BigInteger |
a
secp256k1 elliptic curve parameter a |
static java.lang.String |
algorithm
|
static java.math.BigInteger |
b
secp256k1 elliptic curve parameter b |
static java.math.BigInteger |
bigX
|
static java.math.BigInteger |
bigY
|
static ECCurve |
curve
|
static ECPoint |
G
base point G |
static java.math.BigInteger |
h
cofactor h |
static java.math.BigInteger |
n
|
static java.math.BigInteger |
p
defines the finite field Fp |
static ECDomainParameters |
parameters
secp256k1 domain parameters |
static ECFieldElement |
x
field element x |
static ECFieldElement |
y
field element y |
Field Detail |
---|
static final java.math.BigInteger p
static final java.math.BigInteger a
static final java.math.BigInteger b
static final java.math.BigInteger bigX
static final java.math.BigInteger bigY
static final java.math.BigInteger n
static final java.math.BigInteger h
static final ECFieldElement x
static final ECFieldElement y
static final ECCurve curve
static final ECPoint G
static final ECDomainParameters parameters
static final java.lang.String algorithm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |