Uses of Interface
net.i2p.crypto.eddsa.EdDSAKey

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

Classes in net.i2p.crypto.eddsa that implement EdDSAKey
 class EdDSAPrivateKey
          An EdDSA private key.
 class EdDSAPublicKey
          An EdDSA public key.