Uses of Class
net.i2p.crypto.eddsa.EdDSAPrivateKey
Packages that use 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
Methods in net.i2p.crypto that return EdDSAPrivateKeyModifier and TypeMethodDescriptionstatic EdDSAPrivateKeySigUtil.toJavaEdDSAKey(SigningPrivateKey pk) Methods in net.i2p.crypto with parameters of type EdDSAPrivateKeyModifier and TypeMethodDescriptionstatic SigningPrivateKeySigUtil.fromJavaKey(EdDSAPrivateKey pk, SigType type)  - 
Uses of EdDSAPrivateKey in net.i2p.crypto.eddsa
Methods in net.i2p.crypto.eddsa that return EdDSAPrivateKeyModifier and TypeMethodDescriptionstatic EdDSAPrivateKeyEdDSABlinding.blind(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Only for SigType EdDSA_SHA512_Ed25519.static EdDSAPrivateKeyEdDSABlinding.unblind(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Unimplemented, probably not needed except for testing.Methods in net.i2p.crypto.eddsa with parameters of type EdDSAPrivateKeyModifier and TypeMethodDescriptionstatic EdDSAPrivateKeyEdDSABlinding.blind(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Only for SigType EdDSA_SHA512_Ed25519.static EdDSAPublicKeyEdDSABlinding.blind(EdDSAPublicKey key, EdDSAPrivateKey alpha) Only for SigType EdDSA_SHA512_Ed25519.protected voidEdDSAEngine.digestInitSign(EdDSAPrivateKey privKey) protected voidRedDSAEngine.digestInitSign(EdDSAPrivateKey privKey) static EdDSAPrivateKeyEdDSABlinding.unblind(EdDSAPrivateKey key, EdDSAPrivateKey alpha) Unimplemented, probably not needed except for testing.