Interface DSAEncoder


  • public interface DSAEncoder
    Deprecated.
    No longer used
    • Method Detail

      • encode

        byte[] encode​(java.math.BigInteger r,
                      java.math.BigInteger s)
               throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • decode

        java.math.BigInteger[] decode​(byte[] sig)
                               throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException