Uses of Class
net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec

Packages that use EdDSAPrivateKeySpec
net.i2p.crypto.eddsa Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves. 
 

Uses of EdDSAPrivateKeySpec in net.i2p.crypto.eddsa
 

Constructors in net.i2p.crypto.eddsa with parameters of type EdDSAPrivateKeySpec
EdDSAPrivateKey(EdDSAPrivateKeySpec spec)