Interface DSAEncoder
-
public interface DSAEncoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger[]decode(byte[] sig)byte[]encode(BigInteger r, BigInteger s)
-
-
-
Method Detail
-
encode
byte[] encode(BigInteger r, BigInteger s) throws IOException
- Throws:
IOException
-
decode
BigInteger[] decode(byte[] sig) throws IOException
- Throws:
IOException
-
-