Uses of Class
net.i2p.crypto.eddsa.EdDSAPublicKey
Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
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 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)
-
Uses of EdDSAPublicKey in net.i2p.crypto.eddsa
Methods in net.i2p.crypto.eddsa that return EdDSAPublicKey Modifier and Type Method Description static EdDSAPublicKey
EdDSABlinding. blind(EdDSAPublicKey key, EdDSAPrivateKey alpha)
Only for SigType EdDSA_SHA512_Ed25519.Methods in net.i2p.crypto.eddsa with parameters of type EdDSAPublicKey Modifier and Type Method Description static EdDSAPublicKey
EdDSABlinding. blind(EdDSAPublicKey key, EdDSAPrivateKey alpha)
Only for SigType EdDSA_SHA512_Ed25519.