Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.crypto.eddsa |
Java implementation of EdDSA, a digital signature scheme using
a variant of elliptic curve cryptography based on Twisted Edwards curves.
|
Modifier and Type | Method and Description |
---|---|
static EdDSAPublicKey |
SigUtil.toJavaEdDSAKey(SigningPublicKey pk) |
Modifier and Type | Method and Description |
---|---|
static SigningPublicKey |
SigUtil.fromJavaKey(EdDSAPublicKey pk,
SigType type) |
Modifier and Type | Method and Description |
---|---|
static EdDSAPublicKey |
EdDSABlinding.blind(EdDSAPublicKey key,
EdDSAPrivateKey alpha)
Only for SigType EdDSA_SHA512_Ed25519.
|
Modifier and Type | Method and Description |
---|---|
static EdDSAPublicKey |
EdDSABlinding.blind(EdDSAPublicKey key,
EdDSAPrivateKey alpha)
Only for SigType EdDSA_SHA512_Ed25519.
|