Class ECDH384

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

public class ECDH384
extends ECDHN
implements ECDH
  • Constructor Summary

    Constructors
    Constructor Description
    ECDH384()  
  • 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

    • ECDH384

      public ECDH384()
  • Method Details

    • init

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