Class ECDH521

java.lang.Object
com.jcraft.jsch.jce.ECDHN
com.jcraft.jsch.jce.ECDH521
All Implemented Interfaces:
ECDH

public class ECDH521
extends ECDHN
implements ECDH
  • Constructor Summary

    Constructors
    Constructor Description
    ECDH521()  
  • Method Summary

    Modifier and Type Method Description
    void init()  

    Methods inherited from class com.jcraft.jsch.jce.ECDHN

    getQ, getSecret, init, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.jcraft.jsch.ECDH

    getQ, getSecret, init, validate
  • Constructor Details

    • ECDH521

      public ECDH521()
  • Method Details

    • init

      public void init() throws java.lang.Exception
      Throws:
      java.lang.Exception