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

Packages that use EdDSAPublicKeySpec
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 EdDSAPublicKeySpec in net.i2p.crypto.eddsa
 

Constructors in net.i2p.crypto.eddsa with parameters of type EdDSAPublicKeySpec
EdDSAPublicKey(EdDSAPublicKeySpec spec)