Uses of Interface
net.i2p.crypto.eddsa.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 classEdDSAPrivateKeyAn EdDSA private key.classEdDSAPublicKeyAn EdDSA public key.