Interface SignatureDSA

    • Method Detail

      • setPubKey

        void setPubKey​(byte[] y,
                       byte[] p,
                       byte[] q,
                       byte[] g)
                throws Exception
        Throws:
        Exception
      • setPrvKey

        void setPrvKey​(byte[] x,
                       byte[] p,
                       byte[] q,
                       byte[] g)
                throws Exception
        Throws:
        Exception