Uses of Class
net.i2p.crypto.eddsa.EdDSAPrivateKey
Package
Description
These classes provide a number of low-level cryptographic routines.
Java implementation of EdDSA, a digital signature scheme using
a variant of elliptic curve cryptography based on Twisted Edwards curves.
-
Uses of EdDSAPrivateKey in net.i2p.crypto
Modifier and TypeMethodDescriptionstatic EdDSAPrivateKey
SigUtil.toJavaEdDSAKey
(SigningPrivateKey pk) Modifier and TypeMethodDescriptionstatic SigningPrivateKey
SigUtil.fromJavaKey
(EdDSAPrivateKey pk, SigType type) -
Uses of EdDSAPrivateKey in net.i2p.crypto.eddsa
Modifier and TypeMethodDescriptionstatic EdDSAPrivateKey
EdDSABlinding.blind
(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Only for SigType EdDSA_SHA512_Ed25519.static EdDSAPrivateKey
EdDSABlinding.unblind
(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Unimplemented, probably not needed except for testing.Modifier and TypeMethodDescriptionstatic EdDSAPrivateKey
EdDSABlinding.blind
(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Only for SigType EdDSA_SHA512_Ed25519.static EdDSAPublicKey
EdDSABlinding.blind
(EdDSAPublicKey key, EdDSAPrivateKey alpha) Only for SigType EdDSA_SHA512_Ed25519.protected void
EdDSAEngine.digestInitSign
(EdDSAPrivateKey privKey) protected void
RedDSAEngine.digestInitSign
(EdDSAPrivateKey privKey) static EdDSAPrivateKey
EdDSABlinding.unblind
(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Unimplemented, probably not needed except for testing.