Uses of Class
net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Packages that use 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
Fields in net.i2p.crypto.eddsa declared as EdDSAParameterSpecModifier and TypeFieldDescriptionprivate final EdDSAParameterSpec
EdDSAPrivateKey.edDsaSpec
private final EdDSAParameterSpec
EdDSAPublicKey.edDsaSpec
private EdDSAParameterSpec
KeyPairGenerator.edParams
Methods in net.i2p.crypto.eddsa that return EdDSAParameterSpec -
Uses of EdDSAParameterSpec in net.i2p.crypto.eddsa.spec
Subclasses of EdDSAParameterSpec in net.i2p.crypto.eddsa.specModifier and TypeClassDescriptionclass
EdDSA Curve specification that can also be referred to by name.Fields in net.i2p.crypto.eddsa.spec declared as EdDSAParameterSpecModifier and TypeFieldDescriptionprivate final EdDSAParameterSpec
EdDSAPrivateKeySpec.spec
private final EdDSAParameterSpec
EdDSAPublicKeySpec.spec
Methods in net.i2p.crypto.eddsa.spec that return EdDSAParameterSpecConstructors in net.i2p.crypto.eddsa.spec with parameters of type EdDSAParameterSpecModifierConstructorDescriptionEdDSAPrivateKeySpec
(byte[] seed, byte[] h, byte[] a, GroupElement A, EdDSAParameterSpec spec) EdDSAPrivateKeySpec
(byte[] seed, EdDSAParameterSpec spec) EdDSAPrivateKeySpec
(EdDSAParameterSpec spec, byte[] h) Initialize directly from the hash.EdDSAPublicKeySpec
(byte[] pk, EdDSAParameterSpec spec)