Uses of Class
net.i2p.crypto.eddsa.EdDSAPublicKey
-
Packages that use EdDSAPublicKey Package Description net.i2p.crypto These classes provide a number of low-level cryptographic routines. -
-
Uses of EdDSAPublicKey in net.i2p.crypto
Methods in net.i2p.crypto that return EdDSAPublicKey Modifier and Type Method Description static EdDSAPublicKey
SigUtil. toJavaEdDSAKey(SigningPublicKey pk)
Methods in net.i2p.crypto with parameters of type EdDSAPublicKey Modifier and Type Method Description static SigningPublicKey
SigUtil. fromJavaKey(EdDSAPublicKey pk, SigType type)
-