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