Package net.i2p.crypto.eddsa.spec

Specifications for curves and keys, and a table for named curves, initially containing only the 25519 curve "ed25519-sha-512".

See:
          Description

Class Summary
EdDSAGenParameterSpec Implementation of AlgorithmParameterSpec that holds the name of a named EdDSA curve specification.
EdDSANamedCurveSpec EdDSA Curve specification that can also be referred to by name.
EdDSANamedCurveTable The named EdDSA curves.
EdDSAParameterSpec Parameter specification for an EdDSA algorithm.
EdDSAPrivateKeySpec  
EdDSAPublicKeySpec  
 

Package net.i2p.crypto.eddsa.spec Description

Specifications for curves and keys, and a table for named curves, initially containing only the 25519 curve "ed25519-sha-512".