Class KeyPairGenDSA

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] g  
      (package private) byte[] p  
      (package private) byte[] q  
      (package private) byte[] x  
      (package private) byte[] y  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyPairGenDSA()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getG()  
      byte[] getP()  
      byte[] getQ()  
      byte[] getX()  
      byte[] getY()  
      void init​(int key_size)  
      • Methods inherited from class java.lang.Object

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

      • x

        byte[] x
      • y

        byte[] y
      • p

        byte[] p
      • q

        byte[] q
      • g

        byte[] g
    • Constructor Detail

      • KeyPairGenDSA

        public KeyPairGenDSA()