Class ED25519KeyAlgorithm

java.lang.Object
com.trilead.ssh2.signature.KeyAlgorithm<net.i2p.crypto.eddsa.EdDSAPublicKey,net.i2p.crypto.eddsa.EdDSAPrivateKey>
com.trilead.ssh2.signature.ED25519KeyAlgorithm

public class ED25519KeyAlgorithm extends KeyAlgorithm<net.i2p.crypto.eddsa.EdDSAPublicKey,net.i2p.crypto.eddsa.EdDSAPrivateKey>
Author:
Michael Clarke
  • Constructor Details

    • ED25519KeyAlgorithm

      protected ED25519KeyAlgorithm()
  • Method Details