Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
M
N
O
P
R
S
T
U
V
X
Y
Z
P
p
- Static variable in interface org.bitcoin.x6763.crypto.ecdsa.
Secp256k1
defines the finite field Fp
parameters
- Static variable in interface org.bitcoin.x6763.crypto.ecdsa.
Secp256k1
secp256k1 domain parameters
PrivateKey
- Class in
org.bitcoin.x6763.crypto.ecdsa
An elliptic curve private key, generated for the secp256k1 elliptic curve.
PrivateKey(BigInteger)
- Constructor for class org.bitcoin.x6763.crypto.ecdsa.
PrivateKey
Creates a private key object from it's BigInteger form
PrivateKey(byte[])
- Constructor for class org.bitcoin.x6763.crypto.ecdsa.
PrivateKey
Creates a private key object from a 256-bit byte array
PublicKey
- Class in
org.bitcoin.x6763.crypto.ecdsa
An elliptic curve public key, generated for the secp256k1 elliptic curve.
PublicKey(ECPoint)
- Constructor for class org.bitcoin.x6763.crypto.ecdsa.
PublicKey
Creates an elliptic curve public key object from an ECPoint
PublicKey(PrivateKey)
- Constructor for class org.bitcoin.x6763.crypto.ecdsa.
PublicKey
Derives a public key from a private key.
PublicKey(byte[])
- Constructor for class org.bitcoin.x6763.crypto.ecdsa.
PublicKey
Converts a 64 or 65-byte byte-array to a public key.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
M
N
O
P
R
S
T
U
V
X
Y
Z