Uses of Class
net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
-
Packages that use EdDSAParameterSpec Package Description net.i2p.crypto.eddsa Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves.net.i2p.crypto.eddsa.spec 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 EdDSAParameterSpec Modifier and Type Field Description private EdDSAParameterSpecEdDSAPrivateKey. edDsaSpecprivate EdDSAParameterSpecEdDSAPublicKey. edDsaSpecprivate EdDSAParameterSpecKeyPairGenerator. edParamsMethods in net.i2p.crypto.eddsa that return EdDSAParameterSpec Modifier and Type Method Description EdDSAParameterSpecEdDSAKey. getParams()EdDSAParameterSpecEdDSAPrivateKey. getParams()EdDSAParameterSpecEdDSAPublicKey. getParams() -
Uses of EdDSAParameterSpec in net.i2p.crypto.eddsa.spec
Subclasses of EdDSAParameterSpec in net.i2p.crypto.eddsa.spec Modifier and Type Class Description classEdDSANamedCurveSpecEdDSA Curve specification that can also be referred to by name.Fields in net.i2p.crypto.eddsa.spec declared as EdDSAParameterSpec Modifier and Type Field Description private EdDSAParameterSpecEdDSAPrivateKeySpec. specprivate EdDSAParameterSpecEdDSAPublicKeySpec. specMethods in net.i2p.crypto.eddsa.spec that return EdDSAParameterSpec Modifier and Type Method Description EdDSAParameterSpecEdDSAPrivateKeySpec. getParams()EdDSAParameterSpecEdDSAPublicKeySpec. getParams()Constructors in net.i2p.crypto.eddsa.spec with parameters of type EdDSAParameterSpec Constructor Description EdDSAPrivateKeySpec(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)EdDSAPublicKeySpec(GroupElement A, EdDSAParameterSpec spec)
-