Class ECDHNistP

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ECDHNistP.Factory256
      Named factory for ECDHNistP key exchange
      static class  ECDHNistP.Factory384
      Named factory for ECDHNistP key exchange
      static class  ECDHNistP.Factory521
      Named factory for ECDHNistP key exchange
    • Constructor Summary

      Constructors 
      Constructor Description
      ECDHNistP​(java.lang.String curve, Digest digest)  
    • Method Summary

      Modifier and Type Method Description
      protected void initDH​(DHBase dh)  
      • Methods inherited from class net.schmizz.sshj.transport.kex.AbstractDH

        getK
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ECDHNistP

        public ECDHNistP​(java.lang.String curve,
                         Digest digest)
    • Method Detail

      • initDH

        protected void initDH​(DHBase dh)
                       throws java.security.GeneralSecurityException
        Specified by:
        initDH in class AbstractDHG
        Throws:
        java.security.GeneralSecurityException