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 EdDSAParameterSpecEdDSAPrivateKey.edDsaSpecprivate final EdDSAParameterSpecEdDSAPublicKey.edDsaSpecprivate EdDSAParameterSpecKeyPairGenerator.edParamsMethods 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 TypeClassDescriptionclassEdDSA Curve specification that can also be referred to by name.Fields in net.i2p.crypto.eddsa.spec declared as EdDSAParameterSpecModifier and TypeFieldDescriptionprivate final EdDSAParameterSpecEdDSAPrivateKeySpec.specprivate final EdDSAParameterSpecEdDSAPublicKeySpec.specMethods 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)