Interface DSAEncoder
public interface DSAEncoder
-
Method Summary
Modifier and Type Method Description BigInteger[]decode(byte[] sig)byte[]encode(BigInteger r, BigInteger s)
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-