Uses of Class
net.i2p.crypto.eddsa.EdDSAPrivateKey

Packages that use EdDSAPrivateKey
net.i2p.crypto These classes provide a number of low-level cryptographic routines. 
 

Uses of EdDSAPrivateKey in net.i2p.crypto
 

Methods in net.i2p.crypto that return EdDSAPrivateKey
static EdDSAPrivateKey SigUtil.toJavaEdDSAKey(SigningPrivateKey pk)
           
 

Methods in net.i2p.crypto with parameters of type EdDSAPrivateKey
static SigningPrivateKey SigUtil.fromJavaKey(EdDSAPrivateKey pk, SigType type)