Class KeyPairGenECDSA

java.lang.Object
com.jcraft.jsch.jce.KeyPairGenECDSA
All Implemented Interfaces:
KeyPairGenECDSA

public class KeyPairGenECDSA
extends java.lang.Object
implements KeyPairGenECDSA
  • Constructor Summary

    Constructors
    Constructor Description
    KeyPairGenECDSA()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getD()  
    byte[] getR()  
    byte[] getS()  
    void init​(int key_size)  

    Methods inherited from class java.lang.Object

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

    • KeyPairGenECDSA

      public KeyPairGenECDSA()
  • Method Details

    • init

      public void init​(int key_size) throws java.lang.Exception
      Specified by:
      init in interface KeyPairGenECDSA
      Throws:
      java.lang.Exception
    • getD

      public byte[] getD()
      Specified by:
      getD in interface KeyPairGenECDSA
    • getR

      public byte[] getR()
      Specified by:
      getR in interface KeyPairGenECDSA
    • getS

      public byte[] getS()
      Specified by:
      getS in interface KeyPairGenECDSA