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
IOException
BigInteger[] decode(byte[] sig) throws IOException
IOException
Copyright © 2015. All rights reserved.