public interface DSAEncoder
| Modifier and Type | Method and Description |
|---|---|
BigInteger[] |
decode(byte[] sig) |
byte[] |
encode(BigInteger r,
BigInteger s) |
byte[] encode(BigInteger r, BigInteger s) throws IOException
IOExceptionBigInteger[] decode(byte[] sig) throws IOException
IOExceptionCopyright © 2015. All rights reserved.