Uses of Class
net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Package
Description
Java implementation of EdDSA, a digital signature scheme using
a variant of elliptic curve cryptography based on Twisted Edwards curves.
Specifications for curves and keys, and a table for named curves.
-
Uses of EdDSAParameterSpec in net.i2p.crypto.eddsa
-
Uses of EdDSAParameterSpec in net.i2p.crypto.eddsa.spec
Modifier and TypeClassDescriptionclass
EdDSA Curve specification that can also be referred to by name.ModifierConstructorDescriptionEdDSAPrivateKeySpec
(byte[] seed, byte[] h, byte[] a, GroupElement A, EdDSAParameterSpec spec) No validation of any parameters other than a.EdDSAPrivateKeySpec
(byte[] a, GroupElement A, EdDSAParameterSpec spec) No validation of any parameters other than a.EdDSAPrivateKeySpec
(byte[] seed, EdDSAParameterSpec spec) EdDSAPrivateKeySpec
(EdDSAParameterSpec spec, byte[] h) Initialize directly from the hash.EdDSAPublicKeySpec
(byte[] pk, EdDSAParameterSpec spec)