Uses of Interface
net.i2p.crypto.eddsa.EdDSAKey
-
Packages that use EdDSAKey Package Description 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 Modifier and Type Class Description class
EdDSAPrivateKey
An EdDSA private key.class
EdDSAPublicKey
An EdDSA public key.
-