Class KeyPairGenDSA

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

public class KeyPairGenDSA extends Object implements KeyPairGenDSA
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) byte[]
     
    (package private) byte[]
     
    (package private) byte[]
     
    (package private) byte[]
     
    (package private) byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    byte[]
     
    byte[]
     
    byte[]
     
    byte[]
     
    void
    init(int key_size)
     

    Methods inherited from class java.lang.Object

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

    • x

      byte[] x
    • y

      byte[] y
    • p

      byte[] p
    • q

      byte[] q
    • g

      byte[] g
  • Constructor Details

    • KeyPairGenDSA

      public KeyPairGenDSA()
  • Method Details