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
S
Secp256k1
- Interface in
org.bitcoin.x6763.crypto.ecdsa
secp256k1 Elliptic Curve parameters
serialize()
- Method in class org.bitcoin.x6763.crypto.ecdsa.
PrivateKey
Serializes the private key into an array of 32 bytes.
serialize()
- Method in class org.bitcoin.x6763.crypto.ecdsa.
PublicKey
Serializes the public key into a 64 byte array in the format of: [256-bit x-coordinate] [256-bit y-coordinate]
serialVersionUID
- Static variable in class org.bitcoin.x6763.crypto.ecdsa.
PrivateKey
serialVersionUID
- Static variable in class org.bitcoin.x6763.crypto.ecdsa.
PublicKey
SHA1
- Class in
org.bitcoin.x6763.crypto.digest
The
SHA1
provides methods for hashing data with the SHA-1 digest.
SHA1()
- Constructor for class org.bitcoin.x6763.crypto.digest.
SHA1
Creates a SHA1 digest instance.
SHA256
- Class in
org.bitcoin.x6763.crypto.digest
The
SHA256
provides methods for hashing data with the SHA-256 digest.
SHA256()
- Constructor for class org.bitcoin.x6763.crypto.digest.
SHA256
Creates a SHA256 digest instance.
shamirsTrick(ECPoint, BigInteger, ECPoint, BigInteger)
- Static method in class org.bitcoin.x6763.crypto.ecdsa.math.
ECAlgorithms
sign(byte[], PrivateKey)
- Static method in class org.bitcoin.x6763.crypto.ecdsa.signers.
ECDSASignature
Generates an ECDSA signature
sign(byte[])
- Method in class org.bitcoin.x6763.crypto.ecdsa.signers.
ECDSASignature
Generates an ECDSA signature
square()
- Method in class org.bitcoin.x6763.crypto.ecdsa.math.
ECFieldElement
subtract(ECFieldElement)
- Method in class org.bitcoin.x6763.crypto.ecdsa.math.
ECFieldElement
subtract(ECPoint)
- Method in class org.bitcoin.x6763.crypto.ecdsa.math.
ECPoint
sumOfTwoMultiplies(ECPoint, BigInteger, ECPoint, BigInteger)
- Static method in class org.bitcoin.x6763.crypto.ecdsa.math.
ECAlgorithms
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